Package com.carrotsearch.hppc.procedures
Interface IntLongProcedure
@Generated(date="2024-02-21T00:00:00+0000",
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)
-