Uses of Class
com.tangosol.util.SegmentedHashMap.RemoveAction
-
Uses of SegmentedHashMap.RemoveAction in com.tangosol.util
Modifier and TypeClassDescriptionprotected class
Action support for a conditional remove().protected class
Action support for remove().Modifier and TypeFieldDescriptionprotected SegmentedHashMap.RemoveAction
SegmentedHashMap.m_actionRemove
The singleton action for remove support.Modifier and TypeMethodDescriptionprotected SegmentedHashMap.RemoveAction
SegmentedHashMap.getRemoveAction()
Return the registered action for remove().protected SegmentedHashMap.RemoveAction
SegmentedConcurrentMap.instantiateRemoveAction()
Factory for RemoveActionprotected SegmentedHashMap.RemoveAction
SegmentedHashMap.instantiateRemoveAction()
Factory for RemoveActionModifier and TypeMethodDescriptionprotected void
SegmentedHashMap.setRemoveAction
(SegmentedHashMap.RemoveAction action) Specify the action for remove().