package com.carrotsearch.hppc.procedures;

A procedure that applies to short, Object pairs.
/** * A procedure that applies to <code>short</code>, <code>Object</code> pairs. */
@com.carrotsearch.hppc.Generated( date = "2018-05-21T12:24:07+0200", value = "KTypeVTypeProcedure.java") public interface ShortObjectProcedure<VType> { public void apply(short key, VType value); }