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

com.carrotsearch.hppc.procedures.ByteDoubleProcedure Maven / Gradle / Ivy

package com.carrotsearch.hppc.procedures;

/**
 * A procedure that applies to byte, double pairs.
 */
 @javax.annotation.Generated(date = "2013-07-09T09:54:21+0200", value = "HPPC generated from: ByteDoubleProcedure.java") 
public interface ByteDoubleProcedure
{
    public void apply(byte key, double value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy