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>>, SortedMap<K, CopyOnWriteSet<V>>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class OpenHashMap
OpenHashMap.AbstractObjectCollection<K>, OpenHashMap.AbstractObjectSet<K>, OpenHashMap.MapEntry -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
OpenHashMapSet
public OpenHashMapSet() -
OpenHashMapSet
public OpenHashMapSet(int initialCapacity)
-
-
Method Details
-
deepClone
-
compute
- Overrides:
computein classOpenHashMap<K, CopyOnWriteSet<V>>
-