EnumMap are _much_ more efficient than HashMaps, so we should use them if we can. See here for more details: https://docs.oracle.com/javase/8/docs/api/java/util/EnumMap.html Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
EnumMap are _much_ more efficient than HashMaps, so we should use them if we can. See here for more details: https://docs.oracle.com/javase/8/docs/api/java/util/EnumMap.html Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>