public class ForeverValueIterator<Value> extends SingleValueIterator<Value>
EMPTY, value
ForeverValueIterator(Value value)
Value
next()
hasNext, remove, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ForeverValueIterator(Value value)
public Value next()
next
java.util.Iterator<Value>
SingleValueIterator<Value>