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


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

A procedure that applies to long, VType pairs.


Method Summary
 void apply(long key, VType value)
           
 

Method Detail

apply

void apply(long key,
           VType value)


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