Serialized Form
|
Package com.github.drinkjava2.jdialects |
serialVersionUID: 1L
|
Package com.github.drinkjava2.jdialects.springsrc.utils |
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 via
ConcurrentReferenceHashMap.Segment.setReferences(com.github.drinkjava2.jdialects.springsrc.utils.ConcurrentReferenceHashMap.Reference[]) to ensure that the
resizeThreshold is maintained.
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.
Copyright © 2018. All rights reserved.