public abstract class EdgeCollection extends GraphEntityCollection<PgxEdge,java.lang.Long> implements oracle.pgx.common.IdentifiableEdgeCollection
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(java.lang.Long... ids) |
void |
addAllById(java.lang.Long... ids)
Replaces
GraphEntityCollection.addAll(Object[]). |
IdType |
getIdType()
Gets the ID type of the element type.
|
void |
removeAll(java.lang.Long... ids) |
void |
removeAllById(java.lang.Long... ids)
|
addAll, addAllAsync, addAllById, addAllByIdAsync, addAllElementsAsync, containsAsync, removeAllAsync, removeAllById, removeAllByIdAsync, removeAllElementsAsyncadd, addAll, addAllAsync, addAllElements, clear, clearAsync, clone, clone, cloneAsync, cloneAsync, contains, destroyAsync, getCollectionType, getContentType, getGraph, getId, getName, isMutable, isMutableAsync, iterator, iteratorAsync, remove, removeAll, removeAllElements, size, sizeAsync, stream, toMutable, toMutable, toMutableAsync, toMutableAsync, toStringequals, hashCodeclose, destroypublic void addAll(java.lang.Long... ids)
throws java.util.concurrent.ExecutionException,
java.lang.InterruptedException
addAll in class GraphEntityCollection<PgxEdge,java.lang.Long>ids - elements to addjava.util.concurrent.ExecutionExceptionjava.lang.InterruptedExceptionpublic void addAllById(java.lang.Long... ids)
throws java.util.concurrent.ExecutionException,
java.lang.InterruptedException
GraphEntityCollectionGraphEntityCollection.addAll(Object[]).addAllById in class GraphEntityCollection<PgxEdge,java.lang.Long>ids - elements to addjava.util.concurrent.ExecutionExceptionjava.lang.InterruptedExceptionpublic IdType getIdType()
PgxCollectiongetIdType in class PgxCollection<PgxEdge,java.lang.Long>public void removeAll(java.lang.Long... ids)
throws java.util.concurrent.ExecutionException,
java.lang.InterruptedException
removeAll in class GraphEntityCollection<PgxEdge,java.lang.Long>ids - elements to removejava.util.concurrent.ExecutionExceptionjava.lang.InterruptedExceptionpublic void removeAllById(java.lang.Long... ids)
throws java.util.concurrent.ExecutionException,
java.lang.InterruptedException
GraphEntityCollectionremoveAllById in class GraphEntityCollection<PgxEdge,java.lang.Long>ids - elements to removejava.util.concurrent.ExecutionExceptionjava.lang.InterruptedException