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) |
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, toString
equals, hashCode
close, 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.ExecutionException
java.lang.InterruptedException
public IdType getIdType()
PgxCollection
getIdType
in class PgxCollection<PgxVertex<ID>,ID>
Copyright © 2017 Oracle Corp. All Rights Reserved.