Package org.codehaus.groovy.util
Class ManagedConcurrentMap<K,V>
java.lang.Object
org.codehaus.groovy.util.AbstractConcurrentMapBase
org.codehaus.groovy.util.AbstractConcurrentMap<K,V>
org.codehaus.groovy.util.ManagedConcurrentMap<K,V>
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated. -
Field Summary
Fields inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase
MAXIMUM_CAPACITY, segments
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ManagedConcurrentMap.Segment<K,
V> createSegment
(Object segmentInfo, int cap) Deprecated.Methods inherited from class org.codehaus.groovy.util.AbstractConcurrentMap
get, getOrPut, put, remove, segmentFor
Methods inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase
fullSize, hash, size, values
-
Field Details
-
bundle
Deprecated.
-
-
Constructor Details
-
ManagedConcurrentMap
Deprecated.
-
-
Method Details
-
createSegment
Deprecated.- Specified by:
createSegment
in classAbstractConcurrentMapBase
-