Package com.carrotsearch.hppc.procedures
Interface IntByteProcedure
@Generated(date="2024-02-21T00:00:00+0000",
value="KTypeVTypeProcedure.java")
public interface IntByteProcedure
A procedure that applies to
int
, byte
pairs.-
Method Summary
-
Method Details
-
apply
void apply(int key, byte value)
-