com.hp.hpl.jena.util.iterator
Class FilterKeepIterator

java.lang.Object
  extended by com.hp.hpl.jena.util.iterator.NiceIterator
      extended by com.hp.hpl.jena.util.iterator.WrappedIterator
          extended by com.hp.hpl.jena.util.iterator.FilterIterator
              extended by com.hp.hpl.jena.util.iterator.FilterKeepIterator
All Implemented Interfaces:
ClosableIterator, ExtendedIterator, java.util.Iterator
Direct Known Subclasses:
TripleMatchIterator

public class FilterKeepIterator
extends FilterIterator
implements java.util.Iterator

A subclass of FilterIterator which keeps the elements that pass the test.

Author:
kers

Constructor Summary
FilterKeepIterator(Filter f, java.util.Iterator it)
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.util.iterator.FilterIterator
hasNext, next, remove
 
Methods inherited from class com.hp.hpl.jena.util.iterator.WrappedIterator
close, close, create, createNoRemove, forTestingOnly_getBase
 
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator
andThen, andThen, emptyIterator, filterDrop, filterKeep, mapWith, removeNext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Constructor Detail

FilterKeepIterator

public FilterKeepIterator(Filter f,
                          java.util.Iterator it)


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