public static class Immutable.Iterator<V> extends Object implements Iterator<V>
Immutable.Iterator
Immutable.Iterator(Iterator<V> delegate)
boolean
hasNext()
V
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Immutable.Iterator(Iterator<V> delegate)
public boolean hasNext()
hasNext
Iterator<V>
public V next()
next
public void remove()
remove
Copyright © 2003-2008 Jive Software.