Class IntIntOrderedMap.ValueIterator

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

public final class IntIntOrderedMap.ValueIterator
extends Object
implements ListIterator<Integer>, 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