Class Arrangement.ValueIterator

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

public final class Arrangement.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