com.carrotsearch.hppc.procedures
Interface ShortLongProcedure


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

A procedure that applies to short, long pairs.


Method Summary
 void apply(short key, long value)
           
 

Method Detail

apply

void apply(short key,
           long value)


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