Package eu.bandm.tools.util.java
Class Collections.WriteOnlyMap<A,B>
java.lang.Object
java.util.AbstractMap<A,B>
eu.bandm.tools.util.java.Collections.WriteOnlyMap<A,B>
- All Implemented Interfaces:
Map<A,
B>
- Enclosing class:
Collections
@Deprecated(forRemoval=true)
public static class Collections.WriteOnlyMap<A,B>
extends AbstractMap<A,B>
Deprecated, for removal: This API element is subject to removal in a future version.
use biconsumer instead
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
WriteOnlyMap
public WriteOnlyMap()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
put
Deprecated, for removal: This API element is subject to removal in a future version. -
entrySet
Deprecated, for removal: This API element is subject to removal in a future version.
-