Package com.tangosol.util
Interface SegmentedHashMap.IterableEntryAction
- All Superinterfaces:
SegmentedHashMap.EntryAction
- All Known Implementing Classes:
SegmentedConcurrentMap.ConditionalRemoveAction
,SegmentedConcurrentMap.RemoveAction
,SegmentedConcurrentMap.SizeAction
,SegmentedConcurrentMap.UnlockAction
,SegmentedHashMap.ContainsValueAction
,SegmentedHashMap.EntryActionAdapter
,SegmentedHashMap.RemoveAction
- Enclosing class:
SegmentedHashMap
protected static interface SegmentedHashMap.IterableEntryAction
extends SegmentedHashMap.EntryAction
IterableEntryAction is an EntryAction that is suitable for applying to
all keys in a map.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isComplete
(Object oContext) Return true iff further key evaluations for the given context are known to be unnecessary.Methods inherited from interface com.tangosol.util.SegmentedHashMap.EntryAction
invokeFound, invokeNotFound
-
Method Details
-
isComplete
Return true iff further key evaluations for the given context are known to be unnecessary.- Parameters:
oContext
- the action context- Returns:
- true iff further evaluations are unnecessary
-