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

Packages that use WrappedIterator
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   
 

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

Subclasses of WrappedIterator 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 WrappedIterator in com.hp.hpl.jena.util.iterator
 

Subclasses of WrappedIterator in com.hp.hpl.jena.util.iterator
 class EarlyBindingIterator
          Fully execute the iterator immediately, but pretend we haven't.
 class FilterIterator
          Creates a sub-Iterator by filtering.
 class Map1Iterator
          An iterator that consumes an underlying iterator and maps its results before delivering them; supports remove if the underlying iterator does.
 class UniqueExtendedIterator
          A variant on the closable/extended iterator that filters out duplicate values.
 

Methods in com.hp.hpl.jena.util.iterator that return WrappedIterator
static WrappedIterator WrappedIterator.create(java.util.Iterator it)
          factory method for creating a wrapper around _it_.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.