java.com.carrotsearch.hppc.procedures.FloatFloatProcedure Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hppc Show documentation
Show all versions of hppc Show documentation
Libraries for Elasticsearch
The newest version!
package com.carrotsearch.hppc.procedures;
/**
* A procedure that applies to float
, float
pairs.
*/
@com.carrotsearch.hppc.Generated(
date = "2018-05-21T12:24:07+0200",
value = "KTypeVTypeProcedure.java")
public interface FloatFloatProcedure {
public void apply(float key, float value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy