com.threerings.puzzle.util
Class PointSet.PointIterator

java.lang.Object
  extended by com.threerings.puzzle.util.PointSet.PointIterator
All Implemented Interfaces:
Iterator<Point>
Enclosing class:
PointSet

protected class PointSet.PointIterator
extends Object
implements Iterator<Point>


Field Summary
protected  int _curCount
           
protected  int _curX
           
protected  int _curY
           
protected  Point _point
           
 
Constructor Summary
protected PointSet.PointIterator()
           
 
Method Summary
protected  void advance()
           
 boolean hasNext()
           
 Point next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_curCount

protected int _curCount

_curX

protected int _curX

_curY

protected int _curY

_point

protected Point _point
Constructor Detail

PointSet.PointIterator

protected PointSet.PointIterator()
Method Detail

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()