Interface MultiBinaryLongMap.SafePredicate

All Superinterfaces:
Predicate<BinaryLongMap.Entry>
Enclosing class:
MultiBinaryLongMap

public static interface MultiBinaryLongMap.SafePredicate extends Predicate<BinaryLongMap.Entry>
SafePredicate is a marker interface used internally by the implementation of the MultiBinaryLongMap to indicate that a Predicate implementation is "safe" and does not retain any references to passed Entries.
  • Method Summary

    Methods inherited from interface com.oracle.coherence.common.base.Predicate

    evaluate