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