Package com.carrotsearch.hppc.predicates
Interface LongIntPredicate
-
@Generated(date="2018-05-21T12:24:07+0200", value="KTypeVTypePredicate.java") public interface LongIntPredicate
A predicate that applies tolong,intpairs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(long key, int value)
-