Class MapEntryPredicate<T1,T2>
- java.lang.Object
-
- org.eclipse.collections.impl.block.predicate.MapEntryPredicate<T1,T2>
-
- All Implemented Interfaces:
Serializable,BiPredicate<T1,T2>,Predicate<Map.Entry<T1,T2>>,Predicate<Map.Entry<T1,T2>>,Predicate2<T1,T2>
public abstract class MapEntryPredicate<T1,T2> extends Object implements Predicate<Map.Entry<T1,T2>>, Predicate2<T1,T2>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapEntryPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(Map.Entry<T1,T2> entry)MapEntryPredicate<T1,T2>negate()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, or
-
Methods inherited from interface org.eclipse.collections.api.block.predicate.Predicate2
accept, test
-
-