com.carrotsearch.hppc.procedures
Interface DoubleIntProcedure


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

A procedure that applies to double, int pairs.


Method Summary
 void apply(double key, int value)
           
 

Method Detail

apply

void apply(double key,
           int value)


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