Package org.codehaus.groovy.util
Class AbstractConcurrentMapBase
java.lang.Object
org.codehaus.groovy.util.AbstractConcurrentMapBase
- Direct Known Subclasses:
- AbstractConcurrentMap
Deprecated.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.static classDeprecated.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final intDeprecated.protected final AbstractConcurrentMapBase.Segment[]Deprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract AbstractConcurrentMapBase.SegmentcreateSegment(Object segmentInfo, int cap) Deprecated.intfullSize()Deprecated.protected static <K> inthash(K key) Deprecated.segmentFor(int hash) Deprecated.intsize()Deprecated.values()Deprecated.
- 
Field Details- 
MAXIMUM_CAPACITYprotected static final int MAXIMUM_CAPACITYDeprecated.- See Also:
 
- 
segmentsDeprecated.
 
- 
- 
Constructor Details- 
AbstractConcurrentMapBaseDeprecated.
 
- 
- 
Method Details- 
createSegmentDeprecated.
- 
hashprotected static <K> int hash(K key) Deprecated.
- 
segmentForDeprecated.
- 
fullSizepublic int fullSize()Deprecated.
- 
sizepublic int size()Deprecated.
- 
valuesDeprecated.
 
-