Interface FloatIntProcedure


@Generated(date="2023-10-26T04:33:09+0000", value="KTypeVTypeProcedure.java") public interface FloatIntProcedure
A procedure that applies to float, int pairs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(float key, int value)
     
  • Method Details

    • apply

      void apply(float key, int value)