org.openjena.atlas.iterator
Class IteratorTruncate<T>

java.lang.Object
  extended by org.openjena.atlas.iterator.IteratorTruncate<T>
All Implemented Interfaces:
java.util.Iterator<T>

public class IteratorTruncate<T>
extends java.lang.Object
implements java.util.Iterator<T>

Iterate while a condition return true, then stop


Nested Class Summary
static interface IteratorTruncate.Test
           
 
Constructor Summary
IteratorTruncate(IteratorTruncate.Test test, java.util.Iterator<T> iter)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorTruncate

public IteratorTruncate(IteratorTruncate.Test test,
                        java.util.Iterator<T> iter)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<T>

next

public T next()
Specified by:
next in interface java.util.Iterator<T>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<T>

close

public void close()


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.