Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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
 boolean isComplete(java.lang.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 Detail

isComplete

boolean isComplete(java.lang.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

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.