Class FlexibleMapAccessorTests.CantRemoveMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- org.apache.ofbiz.base.util.collections.test.FlexibleMapAccessorTests.CantRemoveMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<K,V>
- Enclosing class:
- FlexibleMapAccessorTests
public static class FlexibleMapAccessorTests.CantRemoveMap<K,V> extends java.util.HashMap<K,V>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CantRemoveMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get(java.lang.Object key)
V
put(K key, V value)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-