|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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>
Nested Class Summary | |
---|---|
static class |
ManagedDoubleKeyMap.Entry<K1,K2,V>
|
Field Summary |
---|
Fields inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase |
---|
MAXIMUM_CAPACITY, segments |
Constructor Summary | |
---|---|
ManagedDoubleKeyMap(ReferenceBundle bundle)
|
Method Summary | |
---|---|
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, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagedDoubleKeyMap(ReferenceBundle bundle)
Method Detail |
---|
protected org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Segment<K1,K2,V> createSegment(java.lang.Object segmentInfo, int cap)
createSegment
in class AbstractConcurrentMapBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |