com.carrotsearch.hppc.procedures
Interface IntByteProcedure


@Generated(date="2011-11-28T23:36:04+0000",
           value="HPPC generated from: IntByteProcedure.java")
public interface IntByteProcedure

A procedure that applies to int, byte pairs.


Method Summary
 void apply(int key, byte value)
           
 

Method Detail

apply

void apply(int key,
           byte value)


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