com.carrotsearch.hppc.procedures
Interface KTypeVTypeProcedure<KType,VType>


public interface KTypeVTypeProcedure<KType,VType>

A procedure that applies to KType, VType pairs.


Method Summary
 void apply(KType key, VType value)
           
 

Method Detail

apply

void apply(KType key,
           VType value)


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