|
JUtil | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UnmodifiableIterator in net.cscott.jutil |
---|
Subclasses of UnmodifiableIterator in net.cscott.jutil | |
---|---|
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. |
Methods in net.cscott.jutil that return UnmodifiableIterator | ||
---|---|---|
static
|
UnmodifiableIterator.proxy(Iterator<E> it)
Create an UnmodifiableIterator from the given (potentailly
modifiable) Iterator . |
|
JUtil | ||||||||
PREV NEXT | FRAMES NO FRAMES |