Interface ShortByteProcedure



  • @Generated(date="2015-05-07T09:33:03+0200",
               value="KTypeVTypeProcedure.java")
    public interface ShortByteProcedure
    A procedure that applies to short, byte pairs.
    • Method Summary

      Modifier and Type Method and Description
      void apply(short key, byte value)
       
    • Method Detail

      • apply

        void apply(short key,
                   byte value)