Package eu.bandm.tools.umod.runtime
Interface Map_checkedLeft<L,R>
- All Superinterfaces:
Map<L,
R>
- All Known Implementing Classes:
CheckedEnumMap
,CheckedMap_D
,CheckedMap_RD
Requires "Map" operations and strictness of the left side.
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values