Package net.morimekta.util
Interface StrongHashable
-
public interface StrongHashable
Interface for making objects support strong hash method. This will be complementary to the javaObject.hashCode()
method, but with higher entropy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
strongHash()
-