Package org.wildfly.common.iteration


package org.wildfly.common.iteration
Classes related to iteration.
  • Class
    Description
    A bi-directional primitive iterator.
    A byte iterator.
    A code point by code point iterator.
    Used for iterating over an series of iterables, thus avoiding the need to allocate/populate a new list containing all elements.
    Iterator that iterates over a series of iterators.
    An enumeration which is also an iterator.
    An iterator which can report the current iterator index.
    A primitive iterator, which can be used as the basis for string parsing, tokenizing, and other purposes.