Uses of Class
org.datanucleus.util.ConcurrentReferenceHashMap.HashEntry
Packages that use ConcurrentReferenceHashMap.HashEntry
Package
Description
Provides utility classes used in the implementation that don't fit in a particular functional part of the system.
-
Uses of ConcurrentReferenceHashMap.HashEntry in org.datanucleus.util
Fields in org.datanucleus.util declared as ConcurrentReferenceHashMap.HashEntryModifier and TypeFieldDescription(package private) ConcurrentReferenceHashMap.HashEntry<K,
V>[] ConcurrentReferenceHashMap.HashIterator.currentTable
(package private) ConcurrentReferenceHashMap.HashEntry
<K, V> ConcurrentReferenceHashMap.HashIterator.lastReturned
(package private) final ConcurrentReferenceHashMap.HashEntry
<K, V> ConcurrentReferenceHashMap.HashEntry.next
(package private) ConcurrentReferenceHashMap.HashEntry
<K, V> ConcurrentReferenceHashMap.HashIterator.nextEntry
(package private) ConcurrentReferenceHashMap.HashEntry<K,
V>[] ConcurrentReferenceHashMap.Segment.table
The per-segment table.Methods in org.datanucleus.util that return ConcurrentReferenceHashMap.HashEntryModifier and TypeMethodDescription(package private) ConcurrentReferenceHashMap.HashEntry
<K, V> ConcurrentReferenceHashMap.Segment.getFirst
(int hash) Returns properly casted first entry of bin for given hash.(package private) static final <K,
V> ConcurrentReferenceHashMap.HashEntry<K, V>[] ConcurrentReferenceHashMap.HashEntry.newArray
(int i) (package private) ConcurrentReferenceHashMap.HashEntry
<K, V> ConcurrentReferenceHashMap.Segment.newHashEntry
(K key, int hash, ConcurrentReferenceHashMap.HashEntry<K, V> next, V value) (package private) ConcurrentReferenceHashMap.HashEntry
<K, V> ConcurrentReferenceHashMap.HashIterator.nextEntry()
Methods in org.datanucleus.util with parameters of type ConcurrentReferenceHashMap.HashEntryModifier and TypeMethodDescription(package private) ConcurrentReferenceHashMap.HashEntry
<K, V> ConcurrentReferenceHashMap.Segment.newHashEntry
(K key, int hash, ConcurrentReferenceHashMap.HashEntry<K, V> next, V value) (package private) V
ConcurrentReferenceHashMap.Segment.readValueUnderLock
(ConcurrentReferenceHashMap.HashEntry<K, V> e) Reads value field of an entry under lock.(package private) void
ConcurrentReferenceHashMap.Segment.setTable
(ConcurrentReferenceHashMap.HashEntry<K, V>[] newTable) Sets table to new HashEntry array.Constructors in org.datanucleus.util with parameters of type ConcurrentReferenceHashMap.HashEntryModifierConstructorDescription(package private)
HashEntry
(K key, int hash, ConcurrentReferenceHashMap.HashEntry<K, V> next, V value, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, ReferenceQueue<Object> refQueue)