Groovy 1.7.0

org.codehaus.groovy.util
Class AbstractConcurrentDoubleKeyMap.Segment

java.lang.Object
  org.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

AbstractConcurrentDoubleKeyMap.Segment

public AbstractConcurrentDoubleKeyMap.Segment(int initialCapacity)


 
Method Detail

createEntry

protected Entry createEntry(K1 key1, K2 key2, int hash)


get

public V get(K1 key1, K2 key2, int hash)


getOrPut

public Entry getOrPut(K1 key1, K2 key2, int hash, V value)


put

public Entry put(K1 key1, K2 key2, int hash)


remove

public void remove(K1 key1, K2 key2, int hash)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.