Interface IonList

All Superinterfaces:
Cloneable, Collection<IonValue>, IonContainer, IonSequence, IonValue, Iterable<IonValue>, List<IonValue>, SequencedCollection<IonValue>

public interface IonList extends IonValue, IonSequence, Collection<IonValue>
An Ion list value.

WARNING: This interface should not be implemented or extended by code outside of this library.

  • Method Details