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>
-
public class ManagedDoubleKeyMap<K1,K2,V> extends AbstractConcurrentDoubleKeyMap<K1,K2,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagedDoubleKeyMap.Entry<K1,K2,V>
-
Field Summary
-
Fields inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase
MAXIMUM_CAPACITY, segments
-
-
Constructor Summary
Constructors Constructor Description ManagedDoubleKeyMap(ReferenceBundle bundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Segment<K1,K2,V>
createSegment(java.lang.Object segmentInfo, int cap)
-
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 Detail
-
ManagedDoubleKeyMap
public ManagedDoubleKeyMap(ReferenceBundle bundle)
-
-
Method Detail
-
createSegment
protected org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Segment<K1,K2,V> createSegment(java.lang.Object segmentInfo, int cap)
- Specified by:
createSegment
in classAbstractConcurrentMapBase
-
-