Interface SquidIterator

All Superinterfaces:
Iterator<Coord>
All Known Implementing Classes:
SquidIterators.AroundCounterClockWise, SquidIterators.BottomLeftToTopRight, SquidIterators.CenteredSquare, SquidIterators.Down, SquidIterators.Left, SquidIterators.Linear, SquidIterators.RectangleFromBottomLeftToTopRight, SquidIterators.Right, SquidIterators.Up, SquidIterators.VerticalUp

public interface SquidIterator
extends Iterator<Coord>
Iterators that return instances of Coord and that are useful in roguelikes.

For the moment this is only a marker interface, but it may be extended in the future.

Author:
smelC
See Also:
SquidIterators