org.ontobox.fast.util.primitive.process
Interface LongObjectProcessor<T>


public interface LongObjectProcessor<T>

Author:
Anton Malykh

Method Summary
 boolean process(long key, T value)
           
 

Method Detail

process

boolean process(long key,
                T value)