public abstract class AbstractIterator<T> extends Object implements Iterator<T>
AbstractIterator()
protected abstract T
getElement()
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractIterator()
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
protected abstract T getElement()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.