com.carrotsearch.hppc.procedures
Interface CharIntProcedure


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

A procedure that applies to char, int pairs.


Method Summary
 void apply(char key, int value)
           
 

Method Detail

apply

void apply(char key,
           int value)


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