com.carrotsearch.hppc.procedures
Interface ShortDoubleProcedure


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

A procedure that applies to short, double pairs.


Method Summary
 void apply(short key, double value)
           
 

Method Detail

apply

void apply(short key,
           double value)


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