public class OpenHashMapSet<K,V> extends OpenHashMap<K,CopyOnWriteSet<V>>
OpenHashMap.AbstractObjectCollection<K>, OpenHashMap.AbstractObjectSet<K>, OpenHashMap.MapEntry| Constructor and Description |
|---|
OpenHashMapSet() |
OpenHashMapSet(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
protected CopyOnWriteSet<V> |
compute(K key) |
OpenHashMapSet<K,V> |
deepClone() |
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, valuespublic OpenHashMapSet()
public OpenHashMapSet(int initialCapacity)
public OpenHashMapSet<K,V> deepClone()
protected CopyOnWriteSet<V> compute(K key)
compute in class OpenHashMap<K,CopyOnWriteSet<V>>