Interface SerMap<K,V>
- Type Parameters:
K
-V
-
- All Superinterfaces:
Map<K,
V>
Implementations of this interface must be
serializable
. It is recommended third-party
(non-PNF) do not implement or extend this interface.-
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