Uses of Class
org.terracotta.collections.chm.ConcurrentHashMap.HashEntry

Packages that use ConcurrentHashMap.HashEntry
org.terracotta.collections.chm   
 

Uses of ConcurrentHashMap.HashEntry in org.terracotta.collections.chm
 

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)
           
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.