| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected SegmentedHashMap.Segment[] | 
SegmentedHashMap.m_aSegment
An array of the control-structures for the Map's segments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SegmentedHashMap.Segment | 
SegmentedHashMap.getSegmentForKey(Object oKey)
Return the Segment object for the specified key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SegmentedHashMap.ensureLoadFactor(SegmentedHashMap.Segment segment)
Check whether or not the specified segment is overloaded and if so,
 grow the bucket array (which suggests with high probability that the
 per-segment load will decrease). 
 |