Uses of Interface
org.jrdf.graph.local.iterator.ClosableLocalIterator

Packages that use ClosableLocalIterator
org.jrdf.graph.local.iterator   
 

Uses of ClosableLocalIterator in org.jrdf.graph.local.iterator
 

Classes in org.jrdf.graph.local.iterator that implement ClosableLocalIterator
 class GraphIterator
          An iterator that iterates over an entire graph.
 class OneFixedIterator
          An iterator that iterates over a group with a single fixed node.
 class ThreeFixedIterator
          An iterator that returns only a single triple, if any exists.
 class TripleClosableIterator
          A simple iterator that provides removal of nodes from the underlying store - irrespectively of the order given by the iterator.
 class TwoFixedIterator
          An iterator that iterates over a group with a two fixed nodes.