public class OpenHashMapSet<K,V> extends OpenHashMap<K,CopyOnWriteSet<V>>
OpenHashMap.AbstractObjectCollection<K>, OpenHashMap.AbstractObjectSet<K>
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, 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<K,V> deepClone()
protected CopyOnWriteSet<V> compute(K key)
compute
in class OpenHashMap<K,CopyOnWriteSet<V>>
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.