Class FNV64
java.lang.Object
org.greenrobot.essentials.hash.FNV64
- All Implemented Interfaces:
Checksum
-
Field Details
-
INITIAL_VALUE
private static final long INITIAL_VALUE- See Also:
-
MULTIPLIER
private static final long MULTIPLIER- See Also:
-
hash
private long hash
-
-
Constructor Details
-
FNV64
public FNV64()
-
-
Method Details
-
update
-
update
-
getValue
-
reset
-