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.currentprivate final ConcurrentHashMapUnsafe.Entry<K, V> ConcurrentHashMapUnsafe.Entry.nextprivate ConcurrentHashMapUnsafe.Entry<K, V> ConcurrentHashMapUnsafe.HashIterator.nextMethods 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 voidConcurrentHashMapUnsafe.unconditionalCopy(Object[] dest, ConcurrentHashMapUnsafe.Entry<K, V> toCopyEntry) Constructors in org.eclipse.collections.impl.map.mutable with parameters of type ConcurrentHashMapUnsafe.Entry