|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Segment
class AbstractConcurrentDoubleKeyMap.Segment
Constructor Summary | |
AbstractConcurrentDoubleKeyMap.Segment(int initialCapacity)
|
Method Summary | |
---|---|
protected Entry
|
createEntry(K1 key1, K2 key2, int hash)
|
V
|
get(K1 key1, K2 key2, int hash)
|
Entry
|
getOrPut(K1 key1, K2 key2, int hash, V value)
|
Entry
|
put(K1 key1, K2 key2, int hash)
|
void
|
remove(K1 key1, K2 key2, int hash)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public AbstractConcurrentDoubleKeyMap.Segment(int initialCapacity)
Method Detail |
---|
protected Entry createEntry(K1 key1, K2 key2, int hash)
public V get(K1 key1, K2 key2, int hash)
public Entry getOrPut(K1 key1, K2 key2, int hash, V value)
public Entry put(K1 key1, K2 key2, int hash)
public void remove(K1 key1, K2 key2, int hash)
Copyright © 2003-2009 The Codehaus. All rights reserved.