Uses of Class
com.hp.hpl.jena.util.iterator.NiceIterator

Packages that use NiceIterator
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.util.iterator A package for defining useful iterators and iterator operations, including concatenation, mapping, filtering, empty and singleton iterators, iterator wrappers, and the ExtendedIterator class used in many places in Jena. 
 

Uses of NiceIterator in com.hp.hpl.jena.graph
 

Subclasses of NiceIterator in com.hp.hpl.jena.graph
 class TripleMatchIterator
          An iterator that selects triples from an underlying iterators of triples It used to take TripleMatch's, but those are obsolete.
 

Uses of NiceIterator in com.hp.hpl.jena.util.iterator
 

Subclasses of NiceIterator in com.hp.hpl.jena.util.iterator
 class EarlyBindingIterator
          Fully execute the iterator immediately, but pretend we haven't.
 class FilterDropIterator
          A subclass of FiterIterator which discards the elements that pass the filter.
 class FilterIterator
          Creates a sub-Iterator by filtering.
 class FilterKeepIterator
          A subclass of FilterIterator which keeps the elements that pass the test.
 class Map1Iterator
          An iterator that consumes an underlying iterator and maps its results before delivering them; supports remove if the underlying iterator does.
 class MapFilterIterator
          A MapFilterIterator takes a MapFilter and an [Extended]Iterator and returns a new ExtendedIterator which delivers the sequence of all non-null elements MapFilter(X) for X from the base iterator.
 class NullIterator
          An empty iterator.
 class RandomOrderIterator
          RandomOrderIterator - Reorders the elements returned by an Iterator.
 class SingletonIterator
          A ClosableIterator that contains only one element
 class UniqueExtendedIterator
          A variant on the closable/extended iterator that filters out duplicate values.
 class WrappedIterator
          a WrappedIterator is an ExtendedIterator wrapping around a plain (or presented as plain) Iterator.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP