com.carrotsearch.hppc.procedures
Interface ByteCharProcedure


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

A procedure that applies to byte, char pairs.


Method Summary
 void apply(byte key, char value)
           
 

Method Detail

apply

void apply(byte key,
           char value)


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