com.carrotsearch.hppc.procedures
Interface FloatByteProcedure


@Generated(date="2012-11-19T09:50:02+0100",
           value="HPPC generated from: FloatByteProcedure.java")
public interface FloatByteProcedure

A procedure that applies to float, byte pairs.


Method Summary
 void apply(float key, byte value)
           
 

Method Detail

apply

void apply(float key,
           byte value)


Copyright © 2012 Carrot Search s.c.. All Rights Reserved.