com.carrotsearch.hppc.procedures
Interface IntDoubleProcedure


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

A procedure that applies to int, double pairs.


Method Summary
 void apply(int key, double value)
           
 

Method Detail

apply

void apply(int key,
           double value)


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