|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.util.AbstractConcurrentMapBase org.codehaus.groovy.util.AbstractConcurrentMap org.codehaus.groovy.util.ManagedConcurrentMap
public class ManagedConcurrentMap extends AbstractConcurrentMap
Nested Class Summary | |
---|---|
static class |
ManagedConcurrentMap.Entry
|
static class |
ManagedConcurrentMap.EntryWithValue
|
static class |
ManagedConcurrentMap.Segment
|
Field Summary | |
---|---|
protected ReferenceBundle |
bundle
|
Fields inherited from class AbstractConcurrentMapBase | |
---|---|
MAXIMUM_CAPACITY, segments |
Constructor Summary | |
ManagedConcurrentMap(ReferenceBundle bundle)
|
Method Summary | |
---|---|
protected ManagedConcurrentMap.Segment
|
createSegment(Object segmentInfo, int cap)
|
Methods inherited from class AbstractConcurrentMap | |
---|---|
get, getOrPut, put, remove, segmentFor |
Methods inherited from class AbstractConcurrentMapBase | |
---|---|
createSegment, fullSize, hash, segmentFor, size, values |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected ReferenceBundle bundle
Constructor Detail |
---|
public ManagedConcurrentMap(ReferenceBundle bundle)
Method Detail |
---|
protected ManagedConcurrentMap.Segment createSegment(Object segmentInfo, int cap)
Copyright © 2003-2013 The Codehaus. All rights reserved.