|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.concurrent.locks.AbstractOwnableSynchronizer
java.util.concurrent.locks.AbstractQueuedSynchronizer
org.codehaus.groovy.util.LockableObject
org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment
org.codehaus.groovy.util.AbstractConcurrentMap.Segment<K,V>
public abstract static class AbstractConcurrentMap.Segment<K,V>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.concurrent.locks.AbstractQueuedSynchronizer |
---|
java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject |
Field Summary |
---|
Fields inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment |
---|
table |
Constructor Summary | |
---|---|
protected |
AbstractConcurrentMap.Segment(int initialCapacity)
|
Method Summary | |
---|---|
protected abstract AbstractConcurrentMap.Entry<K,V> |
createEntry(K key,
int hash,
V value)
|
V |
get(K key,
int hash)
|
AbstractConcurrentMap.Entry<K,V> |
getOrPut(K key,
int hash,
V value)
|
AbstractConcurrentMap.Entry |
put(K key,
int hash,
V value)
|
void |
remove(K key,
int hash)
|
Methods inherited from class org.codehaus.groovy.util.LockableObject |
---|
isHeldExclusively, lock, tryAcquire, tryRelease, unlock |
Methods inherited from class java.util.concurrent.locks.AbstractQueuedSynchronizer |
---|
acquire, acquireInterruptibly, acquireShared, acquireSharedInterruptibly, compareAndSetState, getExclusiveQueuedThreads, getFirstQueuedThread, getQueuedThreads, getQueueLength, getSharedQueuedThreads, getState, getWaitingThreads, getWaitQueueLength, hasContended, hasQueuedThreads, hasWaiters, isQueued, owns, release, releaseShared, setState, toString, tryAcquireNanos, tryAcquireShared, tryAcquireSharedNanos, tryReleaseShared |
Methods inherited from class java.util.concurrent.locks.AbstractOwnableSynchronizer |
---|
getExclusiveOwnerThread, setExclusiveOwnerThread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AbstractConcurrentMap.Segment(int initialCapacity)
Method Detail |
---|
public final V get(K key, int hash)
public final AbstractConcurrentMap.Entry<K,V> getOrPut(K key, int hash, V value)
public final AbstractConcurrentMap.Entry put(K key, int hash, V value)
public void remove(K key, int hash)
protected abstract AbstractConcurrentMap.Entry<K,V> createEntry(K key, int hash, V value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |