Groovy 2.2.0

org.codehaus.groovy.util
[Java] Class ManagedConcurrentMap.Segment

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

public static class ManagedConcurrentMap.Segment
extends Segment

Field Summary
protected ReferenceBundle bundle

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

 
Method Summary
protected Entry createEntry(Object key, int hash, Object value)

 

Field Detail

bundle

protected final ReferenceBundle bundle


 
Constructor Detail

ManagedConcurrentMap.Segment

public ManagedConcurrentMap.Segment(ReferenceBundle bundle, int cap)


 
Method Detail

createEntry

protected Entry createEntry(Object key, int hash, Object value)


 

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