Class IntDoubleOrderedMap.ValueIterator

java.lang.Object
squidpony.squidmath.IntDoubleOrderedMap.ValueIterator
All Implemented Interfaces:
Serializable, Iterator<Double>, ListIterator<Double>
Enclosing class:
IntDoubleOrderedMap

public final class IntDoubleOrderedMap.ValueIterator
extends Object
implements ListIterator<Double>, Serializable
An iterator on values.

We simply override the ListIterator.next()/ListIterator.previous() methods (and possibly their type-specific counterparts) so that they return values instead of entries.

See Also:
Serialized Form