public abstract class EdgeCollection extends PgxCollection<PgxEdge,Long>
Modifier and Type | Method and Description |
---|---|
void |
addAll(Long... ids) |
void |
removeAll(Long... 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
public void addAll(Long... ids) throws ExecutionException, InterruptedException
addAll
in class PgxCollection<PgxEdge,Long>
ExecutionException
InterruptedException
public void removeAll(Long... ids) throws ExecutionException, InterruptedException
removeAll
in class PgxCollection<PgxEdge,Long>
ExecutionException
InterruptedException
public String toString()
toString
in class PgxCollection<PgxEdge,Long>
Copyright © 2015. All rights reserved.