Package oracle.pgx.api
Class ScalarSet<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.ScalarSet<E>
-
- Type Parameters:
E
- the scalar type.
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<E>
,oracle.pgx.common.IdentifiableCollection
public class ScalarSet<E> extends ScalarCollection<E>
An unordered set of scalars that does not 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
-
-