Class SequenceList<E>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess

public class SequenceList<E> extends ArrayList<E>
A list that is written as <rdf:Seq> in application/rdx+xml format. The serializer cannot assume any List is considered as ordered and to write as an <rdf:Seq> element.
See Also:
  • Constructor Details

    • SequenceList

      public SequenceList()
    • SequenceList

      public SequenceList(Collection<? extends E> collection)