Interface IntByteProcedure



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

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

      • apply

        void apply(int key,
                   byte value)