public interface GraphStore<T> extends Iterable<GraphNode<T>>
| Modifier and Type | Method and Description |
|---|---|
GraphNode<T> |
addNode() |
GraphNode<T> |
getNode(int id) |
GraphNode<T> |
removeNode(int id) |
int |
size() |
forEach, iterator, spliteratorCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.