Package eu.bandm.tools.util.nonnull
Class NonNullValueMap.MyProxy<K2,V2>
java.lang.Object
eu.bandm.tools.util.nonnull.MapProxy<K2,V2>
eu.bandm.tools.util.nonnull.NonNullValueMap.MyProxy<K2,V2>
- All Implemented Interfaces:
NonNullValueMap<K2,,V2> Serializable,Map<K2,V2>
- Enclosing interface:
NonNullValueMap<K,V>
public static class NonNullValueMap.MyProxy<K2,V2>
extends MapProxy<K2,V2>
implements NonNullValueMap<K2,V2>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.util.nonnull.MapProxy
MapProxy.NonNullMapEntry<A,B>, MapProxy.NonNullMapEntryIterator<A, B>, MapProxy.NonNullMapEntrySet<A, B> Nested classes/interfaces inherited from interface eu.bandm.tools.util.nonnull.NonNullValueMap
NonNullValueMap.MyProxy<K2,V2> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.bandm.tools.util.nonnull.MapProxy
asSorted, clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, remove, size, toString, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface eu.bandm.tools.util.nonnull.NonNullValueMap
asSorted
-
Constructor Details
-
MyProxy
-
-
Method Details