Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class | Description |
---|---|---|
protected class |
SegmentedConcurrentMap.ConditionalRemoveAction
Action support for a conditional remove().
|
|
protected class |
SegmentedConcurrentMap.RemoveAction
Action support for remove().
|
Modifier and Type | Field | Description |
---|---|---|
protected SegmentedHashMap.RemoveAction |
SegmentedHashMap.m_actionRemove
The singleton action for remove support.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
protected void |
SegmentedHashMap.setRemoveAction(SegmentedHashMap.RemoveAction action)
Specify the action for remove().
|