Uses of Class
org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.Entry
-
Packages that use ConcurrentHashMap.Entry Package Description org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface. -
-
Uses of ConcurrentHashMap.Entry in org.eclipse.collections.impl.map.mutable
Fields in org.eclipse.collections.impl.map.mutable declared as ConcurrentHashMap.Entry Modifier and Type Field Description private ConcurrentHashMap.Entry<K,V>
ConcurrentHashMap.HashIterator. current
private ConcurrentHashMap.Entry<K,V>
ConcurrentHashMap.Entry. next
private ConcurrentHashMap.Entry<K,V>
ConcurrentHashMap.HashIterator. next
Methods in org.eclipse.collections.impl.map.mutable that return ConcurrentHashMap.Entry Modifier and Type Method Description private ConcurrentHashMap.Entry<K,V>
ConcurrentHashMap. createReplacementChainForRemoval(ConcurrentHashMap.Entry<K,V> original, ConcurrentHashMap.Entry<K,V> toRemove)
private ConcurrentHashMap.Entry<K,V>
ConcurrentHashMap. getEntry(java.lang.Object key)
ConcurrentHashMap.Entry<K,V>
ConcurrentHashMap.Entry. getNext()
(package private) ConcurrentHashMap.Entry<K,V>
ConcurrentHashMap.HashIterator. nextEntry()
Methods in org.eclipse.collections.impl.map.mutable with parameters of type ConcurrentHashMap.Entry Modifier and Type Method Description private ConcurrentHashMap.Entry<K,V>
ConcurrentHashMap. createReplacementChainForRemoval(ConcurrentHashMap.Entry<K,V> original, ConcurrentHashMap.Entry<K,V> toRemove)
private void
ConcurrentHashMap. unconditionalCopy(java.util.concurrent.atomic.AtomicReferenceArray dest, ConcurrentHashMap.Entry<K,V> toCopyEntry)
Constructors in org.eclipse.collections.impl.map.mutable with parameters of type ConcurrentHashMap.Entry Constructor Description Entry(K key, V value, ConcurrentHashMap.Entry<K,V> next)
-