public class FloatingPointInterval.ValueIterator extends Object implements Iterator<T>
FloatingPointInterval.ValueIterator(T lower, T upper)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FloatingPointInterval.ValueIterator(T lower, T upper)
public boolean hasNext()
hasNext
Iterator<T extends Number & Comparable<T>>
public T next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.