Uses of Class
Direction

Uses of Direction in <Unnamed>
 

Fields in <Unnamed> declared as Direction
private  Direction Maze.NeighborIterator.curWall
          The current wall we are examining.
 

Methods in <Unnamed> that return Direction
 Direction Direction.clockwise90()
          Returns the direction that is 90 degrees clockwise from the current direction.
 Direction Direction.counterClockwise90()
          Returns the direction that is 90 degrees counter-clockwise from the current direction.
static Direction Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in <Unnamed> with parameters of type Direction
 boolean MazeCell.isWall(Direction d)
          Returns true if there is a wall in the direction d.