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

com.carrotsearch.hppcrt.procedures.CharDoubleProcedure Maven / Gradle / Ivy

package com.carrotsearch.hppcrt.procedures;

/**
 * A procedure that applies to char, double pairs.
 */
//
 @javax.annotation.Generated(date = "2014-08-19T19:56:37+0200", value = "HPPC-RT generated from: CharDoubleProcedure.java") 
public interface CharDoubleProcedure
{
    void apply(char key, double value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy