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 Details

    • isComplete

      boolean isComplete(Object oContext)
      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