Module org.apache.jena.base
Package org.apache.jena.atlas.iterator
package org.apache.jena.atlas.iterator
-
ClassDescriptionActionCount<T>FilterUnique<T>Iter<T>Iter provides general utilities for working with Iterators.Iter.Folder<X,
Y> IteratorBase<X>Iterator base class that adds "closeable" to an iterator.Iterator over a blocking queue until queue end seenConvenience name for an iterator which isCloseable.Iterator of Iterators IteratorConcat is better when there are lots of iterators to be joined.IteratorCons<T>IteratorCons : the concatenation of two iterators.Class to delay the initialization of an iterator until first call of an Iterator operation.Deprecated.Add an "onClose" action to an Iterator.An Iterator with a one slot lookahead.Iterate while a condition is true, then stop.Iterator that delays output by N slots so you can react to the output before it's yielded.Remembers the last N yields.NullIterator<T>Null Iterator - also guaranteed shareable and immutablePeekIterator<T>PeekIterator - is one slot ahead from the wrapped iteratorAn iterator where you can push items back into the iterator, to be yielded (LIFO) next time.
Iter.noRemove(Iterator).