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


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

A procedure that applies to KType, int pairs.


Method Summary
 void apply(KType key, int value)
           
 

Method Detail

apply

void apply(KType key,
           int value)


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