com.carrotsearch.hppc.procedures
Interface ObjectDoubleProcedure<KType>


@Generated(date="2011-07-12T16:58:49+0200",
           value="HPPC generated from: ObjectDoubleProcedure.java")
public interface ObjectDoubleProcedure<KType>

A procedure that applies to KType, double pairs.


Method Summary
 void apply(KType key, double value)
           
 

Method Detail

apply

void apply(KType key,
           double value)


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