public class OpenHashMapList<K,V> extends OpenHashMap<K,CopyOnWriteList<V>>
OpenHashMap.AbstractObjectCollection<K>, OpenHashMap.AbstractObjectSet<K>| 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, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic OpenHashMapList()
public OpenHashMapList(int initialCapacity)
public OpenHashMapList<K,V> deepClone()
protected CopyOnWriteList<V> compute(K key)
compute in class OpenHashMap<K,CopyOnWriteList<V>>Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.