ID - the vertex ID type.public abstract class VertexCollection<ID> extends PgxCollection<PgxVertex<ID>,ID>
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(ID... ids) |
IdType |
getIdType()
Gets the ID type of the element type.
|
void |
removeAll(ID... ids) |
java.lang.String |
toString() |
add, addAll, addAll, addAllAsync, addAllAsync, clear, clearAsync, clone, clone, cloneAsync, cloneAsync, getCollectionType, getElementType, getGraph, getName, iterator, iteratorAsync, removeAll, removeAllAsync, size, sizeAsyncequals, hashCodeclose, destroy, destroyAsync@SafeVarargs public final void addAll(ID... ids) throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
addAll in class PgxCollection<PgxVertex<ID>,ID>java.util.concurrent.ExecutionExceptionjava.lang.InterruptedExceptionpublic IdType getIdType()
PgxCollectiongetIdType in class PgxCollection<PgxVertex<ID>,ID>@SafeVarargs public final void removeAll(ID... ids) throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
removeAll in class PgxCollection<PgxVertex<ID>,ID>java.util.concurrent.ExecutionExceptionjava.lang.InterruptedExceptionpublic java.lang.String toString()
toString in class PgxCollection<PgxVertex<ID>,ID>Copyright © 2016, 2017 Oracle Corp. All Rights Reserved.