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