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