Class ScalarSequence<E>

  • Type Parameters:
    E - the scalar type.
    All Implemented Interfaces:
    java.lang.AutoCloseable, java.lang.Iterable<E>, oracle.pgx.common.IdentifiableCollection

    public class ScalarSequence<E>
    extends ScalarCollection<E>
    An ordered sequence of scalars which may contain duplicates.