| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected SegmentedHashMap.ContainsValueAction | 
SegmentedHashMap.m_actionContainsValue
The singleton action for containsValue support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SegmentedHashMap.ContainsValueAction | 
SegmentedHashMap.getContainsValueAction()
Return the registered action for containsValue(). 
 | 
protected SegmentedHashMap.ContainsValueAction | 
SegmentedHashMap.instantiateContainsValueAction()
Factory for ContainsValueAction 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SegmentedHashMap.setContainsValueAction(SegmentedHashMap.ContainsValueAction action)
Specify the action for containsValue(). 
 |