org.codehaus.groovy.util
Class AbstractConcurrentMapBase
java.lang.Object
org.codehaus.groovy.util.AbstractConcurrentMapBase
- Direct Known Subclasses:
- AbstractConcurrentDoubleKeyMap, AbstractConcurrentMap
public abstract class AbstractConcurrentMapBase
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAXIMUM_CAPACITY
protected static final int MAXIMUM_CAPACITY
- See Also:
- Constant Field Values
segments
protected final AbstractConcurrentMapBase.Segment[] segments
AbstractConcurrentMapBase
public AbstractConcurrentMapBase(Object segmentInfo)
createSegment
protected abstract AbstractConcurrentMapBase.Segment createSegment(Object segmentInfo,
int cap)
hash
protected static <K> int hash(K key)
segmentFor
public AbstractConcurrentMapBase.Segment segmentFor(int hash)
fullSize
public int fullSize()
size
public int size()