Package com.carrotsearch.hppc.predicates
Interface ShortDoublePredicate
@Generated(date="2023-09-14T00:00:00+0000",
value="KTypeVTypePredicate.java")
public interface ShortDoublePredicate
A predicate that applies to
short
, double
pairs.-
Method Summary
-
Method Details
-
apply
boolean apply(short key, double value)
-