Package org.jrdf.graph.local.index

This package defines a set of APIs required to implement the indexing scheme of a Graph implmentation.

See:
          Description

Interface Summary
Index<T>  
 

Class Summary
AbstractIndex<T>  
 

Package org.jrdf.graph.local.index Description

This package defines a set of APIs required to implement the indexing scheme of a Graph implmentation. This is currently the initial version and may change.

The GraphHandler provide a consistent way of providing operations across the various individual indexes.

LongIndex provides an interface to individual index including adding, removing and finding nodes.

NodePool allows you to retrieve a node by Long identifier and return the object or to give a string representation of node and return the Long identifier.