Package edu.wisc.game.tools.pooling
Class LabelMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,Character>
public class LabelMap extends HashMap<String,Character>
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:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values