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