Interface GraphStore<T extends GraphNode>
-
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
ListGraphStore,MapGraphStore
public interface GraphStore<T extends GraphNode> extends Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaddNode(T node)TgetNode(int id)TremoveNode(int id)intsize()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-