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