コード例 #1
0
 static {
   for (Direction direction : Direction.values()) {
     lookup.put(direction.getValue(), direction);
   }
 }