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 theMutableMapinterface. -
-
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. currentprivate ConcurrentHashMap.Entry<K,V>ConcurrentHashMap.Entry. nextprivate ConcurrentHashMap.Entry<K,V>ConcurrentHashMap.HashIterator. nextMethods 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 voidConcurrentHashMap. 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)
-