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 AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedImmutableMap(Map.Entry<K, V>[] entries) protectedImmutableMap(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 AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ImmutableMap
-
ImmutableMap
-
-
Method Details
-
newInstance
-
newInstance
-
get
-
entrySet
-