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

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

Go to download

High Performance Primitive Collections: data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution.

There is a newer version: 0.10.0
Show newest version
package com.carrotsearch.hppc.procedures;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy