Interface DoubleByteProcedure


@Generated(date="2024-02-21T10:44:44+0000", value="KTypeVTypeProcedure.java") public interface DoubleByteProcedure
A procedure that applies to double, byte pairs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(double key, byte value)
     
  • Method Details

    • apply

      void apply(double key, byte value)