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, spliterator
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.