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>
Method Summary |
protected org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Segment<K1,K2,V> |
createSegment(Object segmentInfo,
int cap)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedDoubleKeyMap
public ManagedDoubleKeyMap(ReferenceBundle bundle)
createSegment
protected org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Segment<K1,K2,V> createSegment(Object segmentInfo,
int cap)
- Specified by:
createSegment
in class AbstractConcurrentMapBase