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

com.carrotsearch.hppc.procedures.ObjectShortProcedure 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 Object, short pairs.
 */
 @javax.annotation.Generated(
    date = "2015-05-07T09:33:03+0200",
    value = "KTypeVTypeProcedure.java") 
public interface ObjectShortProcedure {
  public void apply(KType key, short value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy