Uses of Interface
org.jrdf.graph.index.nodepool.mem.NodePoolMem

Packages that use NodePoolMem
org.jrdf.graph.index.nodepool.mem   
org.jrdf.graph.mem This package is an implementation of the JRDF Graph API. 
org.jrdf.graph.mem.iterator   
 

Uses of NodePoolMem in org.jrdf.graph.index.nodepool.mem
 

Classes in org.jrdf.graph.index.nodepool.mem that implement NodePoolMem
 class NodePoolMemImpl
          Stuff goes in here.
 

Uses of NodePoolMem in org.jrdf.graph.mem
 

Constructors in org.jrdf.graph.mem with parameters of type NodePoolMem
GraphFactoryImpl(LongIndex[] longIndexes, NodePoolMem nodePool)
           
GraphImpl(LongIndex[] longIndexes, NodePoolMem nodePool, GraphElementFactory elementFactory, GraphHandler012 graphHandler, IteratorFactory iteratorFactory)
          Default constructor.
OrderedGraphFactoryImpl(LongIndex[] longIndexes, NodePoolMem nodePool, NodeComparator nodeComparator)
           
 

Uses of NodePoolMem in org.jrdf.graph.mem.iterator
 

Constructors in org.jrdf.graph.mem.iterator with parameters of type NodePoolMem
OrderedIteratorFactoryImpl(IteratorFactory iteratorFactory, NodePoolMem nodePool, LongIndex longIndex, GraphHandler graphHandlers, NodeComparator nodeComparator)
           
TripleClosableIterator(Iterator<Triple> iter, NodePoolMem nodePool, LongIndex longIndex, GraphHandler handler)