Package org.apache.felix.resolver.util
Class ArrayMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.apache.felix.resolver.util.ArrayMap<K,V>
- All Implemented Interfaces:
Map<K,
V>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString
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
-
Field Details
-
table
-
size
private int size -
values
-
-
Constructor Details
-
ArrayMap
public ArrayMap() -
ArrayMap
public ArrayMap(int capacity)
-
-
Method Details
-
get
-
put
-
getOrCompute
-
compute
-
values
-
entrySet
-