Package org.codehaus.groovy.util
Class AbstractConcurrentMapBase
java.lang.Object
org.codehaus.groovy.util.AbstractConcurrentMapBase
- Direct Known Subclasses:
AbstractConcurrentMap
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Deprecated.static class
Deprecated. -
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
Deprecated.protected final AbstractConcurrentMapBase.Segment[]
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AbstractConcurrentMapBase.Segment
createSegment
(Object segmentInfo, int cap) Deprecated.int
fullSize()
Deprecated.protected static <K> int
hash
(K key) Deprecated.segmentFor
(int hash) Deprecated.int
size()
Deprecated.values()
Deprecated.
-
Field Details
-
MAXIMUM_CAPACITY
protected static final int MAXIMUM_CAPACITYDeprecated.- See Also:
-
segments
Deprecated.
-
-
Constructor Details
-
AbstractConcurrentMapBase
Deprecated.
-
-
Method Details
-
createSegment
Deprecated. -
hash
protected static <K> int hash(K key) Deprecated. -
segmentFor
Deprecated. -
fullSize
public int fullSize()Deprecated. -
size
public int size()Deprecated. -
values
Deprecated.
-