public abstract class IteratorA<T> extends Object implements Iterator<T>
remove
IteratorA()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext, next
public IteratorA()
public void remove()
Iterator<T>