Uses of Interface
org.apache.jena.atlas.iterator.IteratorCloseable
Packages that use IteratorCloseable
-
Uses of IteratorCloseable in org.apache.jena.atlas.iterator
Classes in org.apache.jena.atlas.iterator that implement IteratorCloseableModifier and TypeClassDescriptionclassIter<T>Iter provides general utilities for working with Iterators.classIteratorBase<X>Iterator base class that adds "closeable" to an iterator.classIterator of Iterators IteratorConcat is better when there are lots of iterators to be joined.classIteratorCons<T>IteratorCons : the concatenation of two iterators.classClass to delay the initialization of an iterator until first call of an Iterator operation.classDeprecated.classAdd an "onClose" action to an Iterator.classAn Iterator with a one slot lookahead.final classIterate while a condition is true, then stop.classIterator that delays output by N slots so you can react to the output before it's yielded.classRemembers the last N yields.classMethods in org.apache.jena.atlas.iterator that return IteratorCloseableModifier and TypeMethodDescriptionstatic <T> IteratorCloseable<T>Run an action when an iterator is closed.
Iter.noRemove(Iterator).