|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.util.AbstractConcurrentMapBase.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(Object key, int hash, Object value)
|
Object
|
get(Object key, int hash)
|
Entry
|
getOrPut(Object key, int hash, Object value)
|
Entry
|
put(Object key, int hash, Object value)
|
void
|
remove(Object key, int hash)
|
Constructor Detail |
---|
protected AbstractConcurrentMap.Segment(int initialCapacity)
Method Detail |
---|
protected Entry createEntry(Object key, int hash, Object value)
public final Object get(Object key, int hash)
public final Entry getOrPut(Object key, int hash, Object value)
public final Entry put(Object key, int hash, Object value)
public void remove(Object key, int hash)
Copyright © 2003-2013 The Codehaus. All rights reserved.