Groovy 2.2.0

org.codehaus.groovy.util
[Java] Class ManagedDoubleKeyMap

java.lang.Object
  org.codehaus.groovy.util.AbstractConcurrentMapBase
      org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap
          org.codehaus.groovy.util.ManagedDoubleKeyMap

public class ManagedDoubleKeyMap
extends AbstractConcurrentDoubleKeyMap

Nested Class Summary
static class ManagedDoubleKeyMap.Entry

 
Field Summary
 
Fields inherited from class AbstractConcurrentMapBase
MAXIMUM_CAPACITY, segments
 
Constructor Summary
ManagedDoubleKeyMap(ReferenceBundle bundle)

 
Method Summary
protected Segment createSegment(Object segmentInfo, int cap)

 
Methods inherited from class AbstractConcurrentDoubleKeyMap
get, getOrPut, put, remove, segmentFor
 
Methods inherited from class AbstractConcurrentMapBase
createSegment, fullSize, hash, segmentFor, size, values
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ManagedDoubleKeyMap

public ManagedDoubleKeyMap(ReferenceBundle bundle)


 
Method Detail

createSegment

protected Segment createSegment(Object segmentInfo, int cap)


 

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