public class ListGraphStore<T> extends Object implements GraphStore<T>
public GraphNode<T> addNode()
addNode in interface GraphStore<T>public GraphNode<T> removeNode(int id)
removeNode in interface GraphStore<T>public GraphNode<T> getNode(int id)
getNode in interface GraphStore<T>public int size()
size in interface GraphStore<T>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.