java.lang.Object
org.apache.jena.atlas.iterator.IteratorBase<X>
- All Implemented Interfaces:
Iterator<X>,IteratorCloseable<X>,Closeable
Iterator base class that adds "closeable" to an iterator.
close() is always called, whether explicitly or by end-of-iterator.