Package edu.wisc.game.tools.pooling
Class LabelMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
Maps "false.someThingXandY" to "X", etc. This is used in compact labeling
of conditions.
The underlying HashMap may map "some_foo" to "F"; the method map1() will map "true.some_foo" to "F", and "false.some_foo" to "F". The method mapCond() may map "true.some_foo:false.other_bar" to "Fb".
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Method Details
-
main
- Throws:
Exception
-