Package com.carrotsearch.hppc.predicates
Interface LongBytePredicate
- 
@Generated(date="2021-06-08T13:12:55+0200", value="KTypeVTypePredicate.java") public interface LongBytePredicate
A predicate that applies tolong,bytepairs. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(long key, byte value) 
 -