Package org.apache.felix.resolver.util
Class OpenHashMapSet<K,V>
java.lang.Object
org.apache.felix.resolver.util.OpenHashMap<K,CopyOnWriteSet<V>>
org.apache.felix.resolver.util.OpenHashMapSet<K,V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<K,
,CopyOnWriteSet<V>> SequencedMap<K,
,CopyOnWriteSet<V>> SortedMap<K,
CopyOnWriteSet<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
-
OpenHashMapSet
public OpenHashMapSet() -
OpenHashMapSet
public OpenHashMapSet(int initialCapacity)
-
-
Method Details
-
deepClone
-
compute
- Overrides:
compute
in classOpenHashMap<K,
CopyOnWriteSet<V>>
-