Package org.dmfs.jems2.iterator
package org.dmfs.jems2.iterator
-
ClassesClassDescriptionBaseIterator<E>The abstract super class of all
Iterators in this package.Chunked<T>Clustered<T>AnIteratordecorator which clusters consecutive elements of anotherIteratorby the result of aComparator.Concat<E>Diff<Left,Right> Distinct<T>AnIteratorwhich drops duplicates of already iterated elements.An Iterator that is always empty.First<T>Infinite<T>Joined<E>Mapped<OriginalType,ResultType> Paired<Left,Right> Seq<E>AnIteratorof a sequence of values.Sieved<E>An iterator to iterate a single value.StackIterator<Element>Zipped<Left,Right, Result>