com.carrotsearch.hppc.procedures
Interface ByteShortProcedure


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

A procedure that applies to byte, short pairs.


Method Summary
 void apply(byte key, short value)
           
 

Method Detail

apply

void apply(byte key,
           short value)


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