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