java.lang.Object
org.apache.jena.atlas.iterator.IteratorSlotted<T>
- All Implemented Interfaces:
Iterator<T>,IteratorCloseable<T>,Closeable
- Direct Known Subclasses:
IteratorTruncate
An Iterator with a one slot lookahead.
-
Method Details
-
hasNext
public final boolean hasNext() -
next
-
peek
Look at the next element - returns null when there is no element -
peek
Look at the next element - returns dft when there is no element -
close
public final void close()
-