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