public class CarbonUnitMap<T extends java.lang.Enum<?>> extends java.util.HashMap<T,CarbonUnitList>
Modifier | Constructor and Description |
---|---|
protected |
CarbonUnitMap(T enumExample) |
Modifier and Type | Method and Description |
---|---|
protected void |
add(CarbonUnitMap<T> carbonUnitMap) |
protected void |
add(java.util.Collection<CarbonUnit> carbonUnits) |
void |
clear() |
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
protected CarbonUnitMap(T enumExample)
protected void add(CarbonUnitMap<T> carbonUnitMap)
protected void add(java.util.Collection<CarbonUnit> carbonUnits)
public void clear()
clear
in interface java.util.Map<T extends java.lang.Enum<?>,CarbonUnitList>
clear
in class java.util.HashMap<T extends java.lang.Enum<?>,CarbonUnitList>