Groovy 1.7.0

org.codehaus.groovy.util
Class ManagedConcurrentMap.Segment

java.lang.Object
  org.codehaus.groovy.util.ManagedConcurrentMap.Segment

class ManagedConcurrentMap.Segment

Field Summary
protected ReferenceBundle bundle

 
Constructor Summary
ManagedConcurrentMap.Segment(ReferenceBundle bundle, int cap)

 
Method Summary
protected def createEntry(K key, int hash, V value)

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Field Detail

bundle

protected final ReferenceBundle bundle


 
Constructor Detail

ManagedConcurrentMap.Segment

public ManagedConcurrentMap.Segment(ReferenceBundle bundle, int cap)


 
Method Detail

createEntry

protected def createEntry(K key, int hash, V value)


 

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