public class OpenHashMapList<K,V> extends OpenHashMap<K,CopyOnWriteList<V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>defaultCapacity, defaultMaxLoadFactor, defaultMinLoadFactor, distinct, FREE, freeEntries, highWaterMark, lowWaterMark, maxLoadFactor, minLoadFactor, REMOVED, table, values| Constructor and Description |
|---|
OpenHashMapList() |
OpenHashMapList(int initialCapacity) |
OpenHashMapList(int initialCapacity,
double minLoadFactor,
double maxLoadFactor) |
| Modifier and Type | Method and Description |
|---|---|
OpenHashMapList<K,V> |
deepClone() |
chooseGrowCapacity, chooseHighWaterMark, chooseLowWaterMark, chooseShrinkCapacity, clear, clone, concat, containsKey, containsValue, ensureCapacity, entrySet, equalsMindTheNull, get, indexOfInsertion, indexOfKey, indexOfValue, nextPrime, put, rehash, remove, setUp, size, trimToSizeequals, hashCode, isEmpty, keySet, putAll, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic OpenHashMapList()
public OpenHashMapList(int initialCapacity)
public OpenHashMapList(int initialCapacity,
double minLoadFactor,
double maxLoadFactor)
public OpenHashMapList<K,V> deepClone()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.