java.lang.Object
org.apache.jena.atlas.iterator.IteratorSlotted<T>
org.apache.jena.atlas.iterator.IteratorTruncate<T>
- All Implemented Interfaces:
Iterator<T>,IteratorCloseable<T>,Closeable
Iterate while a condition is true, then stop.
This iterator does not touch any elements after the first
where the predicate is false.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.atlas.iterator.IteratorSlotted
close, hasNext, next, peek, peekMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
IteratorTruncate
-