public class ManagedDoubleKeyMap<K1,K2,V> extends AbstractConcurrentDoubleKeyMap<K1,K2,V>
Modifier and Type | Class and Description |
---|---|
static class |
ManagedDoubleKeyMap.Entry<K1,K2,V> |
MAXIMUM_CAPACITY, segments
Constructor and Description |
---|
ManagedDoubleKeyMap(ReferenceBundle bundle) |
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Segment<K1,K2,V> |
createSegment(Object segmentInfo,
int cap) |
get, getOrPut, put, remove, segmentFor
fullSize, hash, size, values
public ManagedDoubleKeyMap(ReferenceBundle bundle)
protected org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Segment<K1,K2,V> createSegment(Object segmentInfo, int cap)
createSegment
in class AbstractConcurrentMapBase