com.distkv.core.map.HashFunction Maven / Gradle / Ivy
The newest version!
package com.distkv.core.map;
public interface HashFunction {
long hash64(byte[] key);
int hash32(byte[] key);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy