Package eu.bandm.tools.umod.runtime
Interface Map_checkedRight<L,R>
- All Superinterfaces:
Map<L,
R>
- All Known Implementing Classes:
CheckedEnumMap
,CheckedMap_R
,CheckedMap_RD
Requires "Map" operations and strictness of the right 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