java.lang.Object
org.apache.jena.atlas.iterator.IteratorWrapper<T>
- All Implemented Interfaces:
Iterator<T>,IteratorCloseable<T>,Closeable
- Direct Known Subclasses:
IteratorOnClose
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IteratorWrapper
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
forEachRemaining
- Specified by:
forEachRemainingin interfaceIterator<T>
-
close
public void close()
-