Package com.epam.eco.commons.collections
Class UnmodifiableMapDecorator<K,V>
java.lang.Object
org.apache.commons.collections4.map.AbstractIterableMap<K,V>
org.apache.commons.collections4.map.AbstractMapDecorator<K,V>
com.epam.eco.commons.collections.UnmodifiableMapDecorator<K,V>
- All Implemented Interfaces:
Map<K,,V> org.apache.commons.collections4.Get<K,,V> org.apache.commons.collections4.IterableGet<K,,V> org.apache.commons.collections4.IterableMap<K,,V> org.apache.commons.collections4.Put<K,V>
public class UnmodifiableMapDecorator<K,V>
extends org.apache.commons.collections4.map.AbstractMapDecorator<K,V>
- Author:
- Andrei_Tytsik
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclear()Deprecated.entrySet()keySet()final VDeprecated.final voidDeprecated.final VDeprecated.final Collection<V>values()static <K,V> UnmodifiableMapDecorator<K, V> Methods inherited from class org.apache.commons.collections4.map.AbstractMapDecorator
containsKey, containsValue, decorated, equals, get, hashCode, isEmpty, size, toStringMethods inherited from class org.apache.commons.collections4.map.AbstractIterableMap
mapIteratorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
UnmodifiableMapDecorator
-
-
Method Details
-
clear
Deprecated. -
put
Deprecated. -
putAll
Deprecated. -
remove
Deprecated. -
entrySet
-
keySet
-
values
-
with
-