-
referenceManager
ConcurrentReferenceHashMap.ReferenceManager referenceManager
-
initialSize
int initialSize
-
references
ConcurrentReferenceHashMap.Reference<K,V>[] references
Array of references indexed using the low order bits from the hash.
This property should only be set along with resizeThreshold.
-
count
int count
The total number of references contained in this segment. This includes chained
references and references that have been garbage collected but not purged.
-
resizeThreshold
int resizeThreshold
The threshold when resizing of the references should occur. When count
exceeds this value references will be resized.