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