com.carrotsearch.hppc.procedures
Interface CharObjectProcedure<VType>


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

A procedure that applies to char, VType pairs.


Method Summary
 void apply(char key, VType value)
           
 

Method Detail

apply

void apply(char key,
           VType value)


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