Package org.apache.felix.framework.util
Class ImmutableMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.apache.felix.framework.util.ImmutableMap<K,V>
- All Implemented Interfaces:
Map<K,
V>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ImmutableMap
(Map.Entry<K, V>[] entries) protected
ImmutableMap
(Map<K, V> map) -
Method Summary
Modifier and TypeMethodDescriptionentrySet()
static <K,
V> ImmutableMap <K, V> newInstance
(Map.Entry<K, V>... entries) static <K,
V> ImmutableMap <K, V> newInstance
(Map<K, V> entries) Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, 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