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

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

package com.carrotsearch.hppcrt.procedures;

/**
 * A procedure that applies to indexed KType objects.
 */
 @javax.annotation.Generated(date = "2014-08-19T19:56:37+0200", value = "HPPC-RT generated from: ObjectIndexedProcedure.java") 
public interface ObjectIndexedProcedure
{
    void apply(int index, KType value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy