Exemple #1
0
 public Direction turnRight() {
   return TURN_RIGHT_MAP.get(this);
 }
Exemple #2
0
 public Position getMove() {
   return MOVE_MAP.get(this);
 }
Exemple #3
0
 public Direction turnLeft() {
   return TURN_LEFT_MAP.get(this);
 }