com.threerings.puzzle.util
Class PointSet.PointIterator
java.lang.Object
com.threerings.puzzle.util.PointSet.PointIterator
- All Implemented Interfaces:
- Iterator<Point>
- Enclosing class:
- PointSet
protected class PointSet.PointIterator
- extends Object
- implements Iterator<Point>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_curCount
protected int _curCount
_curX
protected int _curX
_curY
protected int _curY
_point
protected Point _point
PointSet.PointIterator
protected PointSet.PointIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Point>
next
public Point next()
- Specified by:
next in interface Iterator<Point>
remove
public void remove()
- Specified by:
remove in interface Iterator<Point>
advance
protected void advance()