| Modifier and Type | Class and Description |
|---|---|
class |
FilterIterator<A,B>
A
FilterIterator filters and maps a source
Iterator to generate a new one. |
class |
ReverseIterator<E>
A
ReverseIterator iterates through an Iterator
in reverse order. |
class |
SnapshotIterator<E>
A
SnapshotIterator takes a "snapshot" of an iterator,
and iterates over that snapshot. |
| Modifier and Type | Method and Description |
|---|---|
static <E> UnmodifiableIterator<E> |
UnmodifiableIterator.proxy(java.util.Iterator<E> it)
Create an
UnmodifiableIterator from the given (potentailly
modifiable) Iterator. |
Copyright (c) 2006 C. Scott Ananian