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