ID
- the vertex ID type.public abstract class VertexCollection<ID extends Comparable<ID>> extends PgxCollection<PgxVertex<ID>,ID>
Modifier and Type | Method and Description |
---|---|
void |
addAll(ID... ids) |
void |
removeAll(ID... ids) |
String |
toString() |
addAll, addAll, addAllAsync, addAllAsync, clear, clearAsync, clone, clone, cloneAsync, cloneAsync, getCollectionType, getElementType, getGraph, getName, iterator, iteratorAsync, removeAll, removeAllAsync, size, sizeAsync
equals, hashCode
close, destroy, destroyAsync
@SafeVarargs public final void addAll(ID... ids) throws ExecutionException, InterruptedException
addAll
in class PgxCollection<PgxVertex<ID extends Comparable<ID>>,ID extends Comparable<ID>>
ExecutionException
InterruptedException
@SafeVarargs public final void removeAll(ID... ids) throws ExecutionException, InterruptedException
removeAll
in class PgxCollection<PgxVertex<ID extends Comparable<ID>>,ID extends Comparable<ID>>
ExecutionException
InterruptedException
public String toString()
toString
in class PgxCollection<PgxVertex<ID extends Comparable<ID>>,ID extends Comparable<ID>>
Copyright © 2015. All rights reserved.