public abstract class EdgeCollection extends PgxCollection<PgxEdge,java.lang.Long>
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(java.lang.Long... ids) |
IdType |
getIdType()
Gets the ID type of the element type.
|
void |
removeAll(java.lang.Long... ids) |
add, addAll, addAll, addAllAsync, addAllAsync, clear, clearAsync, clone, clone, cloneAsync, cloneAsync, contains, containsAsync, getCollectionType, getElementType, getGraph, getName, isMutable, isMutableAsync, iterator, iteratorAsync, removeAll, removeAllAsync, size, sizeAsync, toMutable, toMutable, toMutableAsync, toMutableAsync, toStringequals, hashCodeclose, destroy, destroyAsync
public void addAll(java.lang.Long... ids)
throws java.util.concurrent.ExecutionException,
java.lang.InterruptedException
addAll in class PgxCollection<PgxEdge,java.lang.Long>java.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 PgxCollection<PgxEdge,java.lang.Long>java.util.concurrent.ExecutionExceptionjava.lang.InterruptedExceptionCopyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.