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