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 ClassesModifier and TypeClassDescriptionprivate classprivate classNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
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 java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll