public class OpenHashMapSet<K,V> extends OpenHashMap<K,CopyOnWriteSet<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 |
---|
OpenHashMapSet() |
OpenHashMapSet(int initialCapacity) |
OpenHashMapSet(int initialCapacity,
double minLoadFactor,
double maxLoadFactor) |
Modifier and Type | Method and Description |
---|---|
OpenHashMapSet<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, trimToSize
equals, hashCode, isEmpty, keySet, putAll, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public OpenHashMapSet()
public OpenHashMapSet(int initialCapacity)
public OpenHashMapSet(int initialCapacity, double minLoadFactor, double maxLoadFactor)
public OpenHashMapSet<K,V> deepClone()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.