Package org.apache.felix.resolver.util
Class OpenHashMapList<K,V>
java.lang.Object
org.apache.felix.resolver.util.OpenHashMap<K,CopyOnWriteList<V>>
org.apache.felix.resolver.util.OpenHashMapList<K,V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<K,
,CopyOnWriteList<V>> SequencedMap<K,
,CopyOnWriteList<V>> SortedMap<K,
CopyOnWriteList<V>>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.felix.resolver.util.OpenHashMap
OpenHashMap.AbstractObjectCollection<K>, OpenHashMap.AbstractObjectSet<K>, OpenHashMap.MapEntry
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.felix.resolver.util.OpenHashMap
clear, clone, comparator, containsKey, containsValue, defaultReturnValue, defaultReturnValue, entrySet, equals, fast, firstKey, fixPointers, fixPointers, get, getAndMoveToFirst, getAndMoveToLast, getOrCompute, hashCode, headMap, isEmpty, keySet, lastKey, put, putAll, putAndMoveToFirst, putAndMoveToLast, rehash, remove, removeFirst, removeLast, shiftKeys, size, subMap, tailMap, toString, trim, trim, 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
Methods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
OpenHashMapList
public OpenHashMapList() -
OpenHashMapList
public OpenHashMapList(int initialCapacity)
-
-
Method Details
-
deepClone
-
compute
- Overrides:
compute
in classOpenHashMap<K,
CopyOnWriteList<V>>
-