Uses of Class
org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafe.Entry
Packages that use ConcurrentHashMapUnsafe.Entry
-
Uses of ConcurrentHashMapUnsafe.Entry in org.eclipse.collections.impl.map.mutable
Fields in org.eclipse.collections.impl.map.mutable declared as ConcurrentHashMapUnsafe.EntryModifier and TypeFieldDescriptionprivate ConcurrentHashMapUnsafe.Entry
<K, V> ConcurrentHashMapUnsafe.HashIterator.current
private final 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.EntryModifier and TypeMethodDescriptionprivate ConcurrentHashMapUnsafe.Entry
<K, V> ConcurrentHashMapUnsafe.createReplacementChainForRemoval
(ConcurrentHashMapUnsafe.Entry<K, V> original, ConcurrentHashMapUnsafe.Entry<K, V> toRemove) private ConcurrentHashMapUnsafe.Entry
<K, V> ConcurrentHashMapUnsafe.Entry.getNext()
(package private) final ConcurrentHashMapUnsafe.Entry
<K, V> ConcurrentHashMapUnsafe.HashIterator.nextEntry()
Methods in org.eclipse.collections.impl.map.mutable with parameters of type ConcurrentHashMapUnsafe.EntryModifier and TypeMethodDescriptionprivate ConcurrentHashMapUnsafe.Entry
<K, V> ConcurrentHashMapUnsafe.createReplacementChainForRemoval
(ConcurrentHashMapUnsafe.Entry<K, V> original, ConcurrentHashMapUnsafe.Entry<K, V> toRemove) private void
ConcurrentHashMapUnsafe.unconditionalCopy
(Object[] dest, ConcurrentHashMapUnsafe.Entry<K, V> toCopyEntry) Constructors in org.eclipse.collections.impl.map.mutable with parameters of type ConcurrentHashMapUnsafe.Entry