Package com.tangosol.util
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 aPredicateimplementation is "safe" and does not retain any references to passed Entries.