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.graph.TripleMatchIterator
All Implemented Interfaces:
ClosableIterator, ExtendedIterator, Iterator

public class TripleMatchIterator
extends FilterIterator
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, 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
 
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator
andThen, andThen, 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,
                           Iterator iter)


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