Package com.carrotsearch.hppc.procedures
Interface IntLongProcedure
@Generated(date="2021-12-15T09:45:39+0100",
value="KTypeVTypeProcedure.java")
public interface IntLongProcedure
A procedure that applies to
int, long pairs.-
Method Summary
-
Method Details
-
apply
void apply(int key, long value)
-