|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.util.AbstractConcurrentMapBase
org.codehaus.groovy.util.AbstractConcurrentMap
org.codehaus.groovy.util.ManagedConcurrentMap
class ManagedConcurrentMap extends AbstractConcurrentMap
Nested Class Summary | |
---|---|
class |
ManagedConcurrentMap.Entry
|
class |
ManagedConcurrentMap.EntryWithValue
|
class |
ManagedConcurrentMap.Segment
|
Field Summary | |
---|---|
protected ReferenceBundle |
bundle
|
Fields inherited from class AbstractConcurrentMapBase | |
---|---|
MAXIMUM_CAPACITY, segments |
Constructor Summary | |
ManagedConcurrentMap(ReferenceBundle bundle)
|
Method Summary | |
---|---|
protected 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 |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
protected ReferenceBundle bundle
Constructor Detail |
---|
public ManagedConcurrentMap(ReferenceBundle bundle)
Method Detail |
---|
protected Segment createSegment(Object segmentInfo, int cap)
Copyright © 2003-2009 The Codehaus. All rights reserved.