com.carrotsearch.hppc.procedures
Interface ShortObjectProcedure<VType>


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

A procedure that applies to short, VType pairs.


Method Summary
 void apply(short key, VType value)
           
 

Method Detail

apply

void apply(short key,
           VType value)


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