public class ImmutableIterator extends java.lang.Object implements java.util.Iterator
ImmutableIterator(java.util.Collection c)
boolean
hasNext()
java.lang.Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImmutableIterator(java.util.Collection c)
public java.lang.Object next()
next
java.util.Iterator
public boolean hasNext()
hasNext
public void remove()
remove