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