com.github.jnthnclt.os.lab.collections.lh.LHashValueStream Maven / Gradle / Ivy
package com.github.jnthnclt.os.lab.collections.lh;
/**
*
* @author jonathan.colt
*/
public interface LHashValueStream {
boolean keyValue(long key, V value) throws Exception;
}