Package org.codehaus.groovy.util
Class ManagedDoubleKeyMap<K1,K2,V>
java.lang.Object
org.codehaus.groovy.util.AbstractConcurrentMapBase
org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap<K1,K2,V>
org.codehaus.groovy.util.ManagedDoubleKeyMap<K1,K2,V>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase
MAXIMUM_CAPACITY, segments
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap
get, getOrPut, put, remove, segmentFor
Methods inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase
fullSize, hash, size
-
Constructor Details
-
ManagedDoubleKeyMap
-
-
Method Details
-
createSegment
protected org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Segment<K1,K2, createSegmentV> (Object segmentInfo, int cap) - Specified by:
createSegment
in classAbstractConcurrentMapBase
-