public abstract class DistributionIterator<T> extends java.lang.Object implements java.util.Iterator<T>
boolean
hasNext()
T
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove