com.hp.hpl.jena.graph
Class TripleMatchIterator

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
                  extended by com.hp.hpl.jena.graph.TripleMatchIterator
All Implemented Interfaces:
ClosableIterator, ExtendedIterator, java.util.Iterator

public class TripleMatchIterator
extends FilterKeepIterator
implements ExtendedIterator

An iterator that selects triples from an underlying iterators of triples It used to take TripleMatch's, but those are obsolete.

Author:
bwm, kers

Constructor Summary
TripleMatchIterator(Triple m, java.util.Iterator iter)
           
 
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 com.hp.hpl.jena.util.iterator.ExtendedIterator
andThen, filterDrop, filterKeep, mapWith, removeNext
 
Methods inherited from interface com.hp.hpl.jena.util.iterator.ClosableIterator
close
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Constructor Detail

TripleMatchIterator

public TripleMatchIterator(Triple m,
                           java.util.Iterator iter)


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