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

Packages that use FilterIterator
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 FilterIterator in com.hp.hpl.jena.graph
 

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

Subclasses of FilterIterator in com.hp.hpl.jena.util.iterator
 class FilterDropIterator<T>
          A subclass of FiterIterator which discards the elements that pass the filter.
 class FilterKeepIterator<T>
          A subclass of FilterIterator which keeps the elements that pass the test.
 



Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP