A B C D E G H I L M N P R S T W

M

main(String[]) - Static method in class Part1
 
main(String[]) - Static method in class Part2
Runs the methods.
main(String[]) - Static method in class Part2all
Runs the methods.
main(String[]) - Static method in class PuzzleModel
Called when the file is run.
main(String[]) - Static method in class Test1
 
minXY() - Method in class PuzzleState
Returns the lowest [x,y] coordinates in the state.
minXYZ() - Method in class PuzzleState
Returns the lowest [x,y,z] coordinates in the state.
minXZ() - Method in class PuzzleState
Returns the lowest [x,z] coordinates in the state.
myContains(List, short[]) - Static method in class PuzzleState
For SOME reason contains() wouldn't work because short[].equals(short[]) would return false when it should be true, so it is reimplemented here using Arrays.equals
MyTreeNode - Class in <Unnamed>
 
MyTreeNode(Object, MyTreeNode) - Constructor for class MyTreeNode
 

A B C D E G H I L M N P R S T W