Package oracle.pgx.api
Class ScalarSequence<E>
- java.lang.Object
-
- oracle.pgx.api.internal.ApiObject
-
- oracle.pgx.api.Destroyable
-
- oracle.pgx.api.PgxManagedObject
-
- oracle.pgx.api.PgxCollection<E,java.lang.Void>
-
- oracle.pgx.api.ScalarCollection<E>
-
- oracle.pgx.api.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.
-
-
Method Summary
-
Methods inherited from class oracle.pgx.api.ScalarCollection
addAll, addAllElements, addAllElementsAsync, containsAsync, getIdType, removeAllElements, removeAllElementsAsync, toString
-
Methods inherited from class oracle.pgx.api.PgxCollection
add, addAllAsync, addAllElements, clear, clearAsync, clone, clone, cloneAsync, cloneAsync, contains, destroyAsync, getCollectionType, getContentType, getGraph, getId, getName, isMutable, isMutableAsync, iterator, iteratorAsync, remove, removeAllElements, size, sizeAsync, stream, toMutable, toMutable, toMutableAsync, toMutableAsync
-
Methods inherited from class oracle.pgx.api.PgxManagedObject
equals, hashCode
-
Methods inherited from class oracle.pgx.api.Destroyable
close, destroy
-
-