| Methods in org.terracotta.collections.chm that return ConcurrentHashMap.HashEntry |
ConcurrentHashMap.HashEntry<K,V> |
SelectableConcurrentHashMap.putReturnHashEntry(K key,
V newValue)
|
ConcurrentHashMap.HashEntry<K,V> |
SelectableConcurrentHashMap.removeReturnHashEntry(Object key)
|
ConcurrentHashMap.HashEntry<K,V> |
SelectableConcurrentHashMap.removeReturnHashEntry(Object key,
Object value)
|
ConcurrentHashMap.HashEntry<K,V> |
SelectableConcurrentHashMap.replaceReturnHashEntry(K key,
V newValue)
|
ConcurrentHashMap.HashEntry<K,V> |
SelectableConcurrentHashMap.replaceReturnHashEntry(K key,
V oldValue,
V newValue)
|