Class BaseYamlSequence

  • All Implemented Interfaces:
    YamlNode, YamlSequence, Comparable<YamlNode>, Iterable<YamlNode>
    Direct Known Subclasses:
    EmptyYamlSequence, MergedYamlSequence, StrictYamlSequence

    public abstract class BaseYamlSequence
    extends Object
    implements YamlSequence
    Base YamlSequence which all implementations should extend. It implementing toString(), equals, hashcode and compareTo methods.

    These methods should be default methods on the interface, but we are not allowed to have default implementations of java.lang.Object methods.
    Since:
    4.0.0
    Version:
    $Id: fdbcc42d0dad2adc477725d104493028ae4c61ff $
    Author:
    Mihai Andronache (amihaiemil@gmail.com)