com.carrotsearch.hppc.procedures
Interface CharByteProcedure


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

A procedure that applies to char, byte pairs.


Method Summary
 void apply(char key, byte value)
           
 

Method Detail

apply

void apply(char key,
           byte value)


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