com.phoenixst.collections
public class UnmodifiableIterator extends Object implements Iterator
Iterator
.
This is mostly equivalent to the class of the same name in Jakarta Commons-Collections 3.0. No equivalent exists in version 2.1.
Since: 1.0
Version: $Revision: 1.7 $
Constructor Summary | |
---|---|
UnmodifiableIterator(Iterator delegate)
Creates a new UnmodifiableIterator . |
Method Summary | |
---|---|
boolean | hasNext() |
Object | next() |
void | remove() |
UnmodifiableIterator
.