|
Groovy 1.7.9 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractConcurrentMapBase.Segment
org.codehaus.groovy.util.AbstractConcurrentMap.Segment
public static abstract class AbstractConcurrentMap.Segment extends Segment
Constructor Summary | |
protected AbstractConcurrentMap.Segment(int initialCapacity)
|
Method Summary | |
---|---|
protected Entry
|
createEntry(K key, int hash, V value)
|
V
|
get(K key, int hash)
|
Entry
|
getOrPut(K key, int hash, V value)
|
Entry
|
put(K key, int hash, V value)
|
void
|
remove(K key, int hash)
|
Constructor Detail |
---|
protected AbstractConcurrentMap.Segment(int initialCapacity)
Method Detail |
---|
protected Entry createEntry(K key, int hash, V value)
public final V get(K key, int hash)
public final Entry getOrPut(K key, int hash, V value)
public final Entry put(K key, int hash, V value)
public void remove(K key, int hash)
Copyright © 2003-2010 The Codehaus. All rights reserved.