hunt.collection.Iterator

Undocumented in source.

Members

Classes

RangeIterator
class RangeIterator(T)

Interfaces

Iterator
interface Iterator(E)

An iterator over a collection. {@code Iterator} takes the place of {@link Enumeration} in the Java Collections Framework. Iterators differ from enumerations in two ways:

Meta