Class | Description |
---|---|
ArrayIterator<E> |
Iterator over an array.
|
CastingArrayIterator<E> |
An iterator over object arrays that casts the objects to another class.
|
ConvertingIterator<E,T> |
Iterator that converts from an iterator over one type to another.
|
FilteringIterator<E> |
Abstract filtering iterator.
|
JoinIterator<E> |
An iterator that combines other iterators into a single one.
|
JoinIterator.Builder<E> |
Builder for the iterator.
|
PrefetchingIterator<E> |
Abstract iterator implementation.
|
SingletonIterator<E> |
Iterator for a single object.
|
Copyright © 2014–2016. All rights reserved.