Package com.carrotsearch.hppc.predicates
Interface ShortIntPredicate
@Generated(date="2023-10-26T04:33:10+0000",
value="KTypeVTypePredicate.java")
public interface ShortIntPredicate
A predicate that applies to
short
, int
pairs.-
Method Summary
-
Method Details
-
apply
boolean apply(short key, int value)
-