Interface ObjectShortProcedure<KType>


@Generated(date="2023-10-26T04:33:10+0000", value="KTypeVTypeProcedure.java") public interface ObjectShortProcedure<KType>
A procedure that applies to Object, short pairs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(KType key, short value)
     
  • Method Details

    • apply

      void apply(KType key, short value)