com.carrotsearch.hppc.procedures
Interface ByteDoubleProcedure


@Generated(date="2011-11-28T23:36:04+0000",
           value="HPPC generated from: ByteDoubleProcedure.java")
public interface ByteDoubleProcedure

A procedure that applies to byte, double pairs.


Method Summary
 void apply(byte key, double value)
           
 

Method Detail

apply

void apply(byte key,
           double value)


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