org.jrdf.graph.global.index
Class GlobalIndex<Node>

java.lang.Object
  extended by org.jrdf.graph.local.index.AbstractIndex<Node>
      extended by org.jrdf.graph.global.index.GlobalIndex<Node>
All Implemented Interfaces:
Serializable, Index<Node>

public class GlobalIndex<Node>
extends AbstractIndex<Node>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jrdf.graph.local.index.AbstractIndex
index
 
Constructor Summary
GlobalIndex()
           
GlobalIndex(Map<Node,Map<Node,Set<Node>>> newIndex)
           
 
Method Summary
 
Methods inherited from class org.jrdf.graph.local.index.AbstractIndex
add, clear, close, contains, getSize, getSubIndex, iterator, keyExists, remove, removeSubIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalIndex

public GlobalIndex()

GlobalIndex

public GlobalIndex(Map<Node,Map<Node,Set<Node>>> newIndex)