[Java] Class ManagedConcurrentMap.Segment<K, V>
- org.codehaus.groovy.util.ManagedConcurrentMap.Segment
public static class ManagedConcurrentMap.Segment<K, V> extends AbstractConcurrentMapSegment
Field Summary
Modifiers | Name | Description |
---|---|---|
protected ReferenceBundle | bundle |
Constructor Summary
Constructor and description |
---|
Segment
(ReferenceBundle bundle, int cap) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected org.codehaus.groovy.util.AbstractConcurrentMap.Entry<K, V> |
createEntry(K key, int hash, V value) |
Field Detail
protected final ReferenceBundle bundle
Constructor Detail
public Segment(ReferenceBundle bundle, int cap)
Method Detail
protected org.codehaus.groovy.util.AbstractConcurrentMap.Entry<K, V> createEntry(K key, int hash, V value)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/util/ManagedConcurrentMap.Segment.html