All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.com.carrotsearch.hppc.procedures.FloatLongProcedure Maven / Gradle / Ivy

package com.carrotsearch.hppc.procedures;

/**
 * A procedure that applies to float, long pairs.
 */
 @com.carrotsearch.hppc.Generated(
    date = "2018-05-21T12:24:07+0200",
    value = "KTypeVTypeProcedure.java") 
public interface FloatLongProcedure {
  public void apply(float key, long value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy