public abstract class RepeatApplyIterator<T> extends Object implements Iterator<T>, Closeable
void
close()
boolean
hasNext()
T
next()
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public final void remove()
remove
public void close()
close
Closeable
Licenced under the Apache License, Version 2.0