Package com.carrotsearch.hppc.predicates
Interface ObjectIntPredicate<KType>
-
@Generated(date="2018-05-21T12:24:06+0200", value="KTypeVTypePredicate.java") public interface ObjectIntPredicate<KType>
A predicate that applies toObject,intpairs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(KType key, int value)
-
-
-
Method Detail
-
apply
boolean apply(KType key, int value)
-
-