|
|||||||||
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.AbstractConcurrentMap<K,V>
org.codehaus.groovy.util.ManagedConcurrentMap<K,V>
public class ManagedConcurrentMap<K,V>
Nested Class Summary | |
---|---|
static class |
ManagedConcurrentMap.Entry<K,V>
|
static class |
ManagedConcurrentMap.EntryWithValue<K,V>
|
static class |
ManagedConcurrentMap.Segment<K,V>
|
Field Summary | |
---|---|
protected ReferenceBundle |
bundle
|
Fields inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase |
---|
MAXIMUM_CAPACITY, segments |
Constructor Summary | |
---|---|
ManagedConcurrentMap(ReferenceBundle bundle)
|
Method Summary | |
---|---|
protected ManagedConcurrentMap.Segment<K,V> |
createSegment(Object segmentInfo,
int cap)
|
Methods inherited from class org.codehaus.groovy.util.AbstractConcurrentMap |
---|
get, getOrPut, put, remove, segmentFor |
Methods inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase |
---|
fullSize, hash, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ReferenceBundle bundle
Constructor Detail |
---|
public ManagedConcurrentMap(ReferenceBundle bundle)
Method Detail |
---|
protected ManagedConcurrentMap.Segment<K,V> createSegment(Object segmentInfo, int cap)
createSegment
in class AbstractConcurrentMapBase
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |