Package edu.wisc.game.parser
Class Expression.MapTo<T>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,HashSet<T>>
- Direct Known Subclasses:
Expression.VarMap
,Expression.VarMap2
- Enclosing interface:
- Expression
public static class Expression.MapTo<T> extends HashMap<String,HashSet<T>>
A HashMap storing a set of values of a given type T for each key
- 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>
-
Constructor Summary
Constructors Constructor Description MapTo()
-
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