Package org.wildfly.common.iteration
Classes related to iteration.
-
Interface Summary Interface Description BiDirIntIterator A bi-directional primitive iterator.EnumerationIterator<E> An enumeration which is also an iterator.IndexIterator An iterator which can report the current iterator index.IntIterator A primitive iterator, which can be used as the basis for string parsing, tokenizing, and other purposes. -
Class Summary Class Description ByteIterator A byte iterator.CodePointIterator A code point by code point iterator.CompositeIterable<T> Used for iterating over an series of iterables, thus avoiding the need to allocate/populate a new list containing all elements.CompositeIterator<E> Iterator that iterates over a series of iterators.