Package com.carrotsearch.hppc.predicates
Interface ShortDoublePredicate
@Generated(date="2024-05-16T08:18:11+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)
-