java.lang.Object
org.yaml.snakeyaml.events.Event
org.yaml.snakeyaml.events.CollectionEndEvent
- Direct Known Subclasses:
MappingEndEvent,SequenceEndEvent
public abstract class CollectionEndEvent extends Event
Base class for the end events of the collection nodes.
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description CollectionEndEvent(Mark startMark, Mark endMark) -
Method Summary
Methods inherited from class org.yaml.snakeyaml.events.Event
equals, getArguments, getEndMark, getEventId, getStartMark, hashCode, is, toString