Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SegmentedConcurrentMap.ConditionalRemoveAction
Action support for a conditional remove().
|
protected class |
SegmentedConcurrentMap.RemoveAction
Action support for remove().
|
Modifier and Type | Field and Description |
---|---|
protected SegmentedHashMap.RemoveAction |
SegmentedHashMap.m_actionRemove
The singleton action for remove support.
|
Modifier and Type | Method and Description |
---|---|
protected SegmentedHashMap.RemoveAction |
SegmentedHashMap.getRemoveAction()
Return the registered action for remove().
|
protected SegmentedHashMap.RemoveAction |
SegmentedHashMap.instantiateRemoveAction()
Factory for RemoveAction
|
protected SegmentedHashMap.RemoveAction |
SegmentedConcurrentMap.instantiateRemoveAction()
Factory for RemoveAction
|
Modifier and Type | Method and Description |
---|---|
protected void |
SegmentedHashMap.setRemoveAction(SegmentedHashMap.RemoveAction action)
Specify the action for remove().
|