|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMazeExplorer
public class MazeExplorer
Nested Class Summary | |
---|---|
private class |
MazeExplorer.Room
|
Field Summary | |
---|---|
(package private) MazeExplorer.Room |
current
|
(package private) Maze |
maze
|
Constructor Summary | |
---|---|
MazeExplorer(Maze maze,
java.util.Scanner scan)
Generates first room and calls move() until room is null (end is reached) |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Maze maze
MazeExplorer.Room current
Constructor Detail |
---|
public MazeExplorer(Maze maze, java.util.Scanner scan)
maze
- scan
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |