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.
Constructor and Description |
---|
UnmodifiableIterator(Iterator delegate)
Creates a new
UnmodifiableIterator . |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public UnmodifiableIterator(Iterator delegate)
UnmodifiableIterator
.See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.