public abstract class WrapperIterator extends Object implements Iterator
protected static Object
SKIP_TOKEN
WrapperIterator(Iterator inner)
WrapperIterator(Iterator inner, boolean supports_remove)
boolean
hasNext()
Object
next()
void
remove()
protected abstract Object
transformObject(Object o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected static final Object SKIP_TOKEN
public WrapperIterator(Iterator inner, boolean supports_remove)
public WrapperIterator(Iterator inner)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
protected abstract Object transformObject(Object o)