public class ProxyIterator extends IteratorAdapter
Constructor and Description |
---|
ProxyIterator(java.util.Iterator i) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
remove
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in class IteratorAdapter
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class IteratorAdapter