package com.carrotsearch.hppc.procedures;
/** A procedure that applies to int, float pairs. */
@com.carrotsearch.hppc.Generated(
date = "2024-06-04T15:20:16+0200",
value = "KTypeVTypeProcedure.java")
public interface IntFloatProcedure {
public void apply(int key, float value);
}