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

java.lang.Object
  extended bycom.hp.hpl.jena.util.iterator.NiceIterator
      extended bycom.hp.hpl.jena.util.iterator.WrappedIterator
          extended bycom.hp.hpl.jena.util.iterator.EarlyBindingIterator
All Implemented Interfaces:
ClosableIterator, ExtendedIterator, java.util.Iterator

public class EarlyBindingIterator
extends WrappedIterator

Fully execute the iterator immediately, but pretend we haven't.

Author:
jjc

Constructor Summary
EarlyBindingIterator(java.util.Iterator it)
           
 
Methods inherited from class com.hp.hpl.jena.util.iterator.WrappedIterator
close, close, create, hasNext, next, remove
 
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator
andThen, andThen, filterDrop, filterKeep, mapWith
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EarlyBindingIterator

public EarlyBindingIterator(java.util.Iterator it)


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