Package eu.bandm.tools.util.nonnull
Interface NonNullKeyMap<K,V>
- All Superinterfaces:
Map<K,V>
- All Known Subinterfaces:
NonNullMap<K,V>
- All Known Implementing Classes:
NonNullEnumMap,NonNullKeyMap.MyProxy,NonNullMap.MyProxy
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionasSorted()static <K1,V1> NonNullKeyMap <K1, V1> static <K1,V1> NonNullKeyMap <K1, V1> static <K1,V1> NonNullKeyMap <K1, V1> newInstance(Supplier<Map<K1, V1>> supplier) 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
-
Method Details
-
newInstance
-
newInstance
-
copyOf
-
asSorted
-