Package com.alibaba.fastjson2.util
Class Fnv
- java.lang.Object
-
- com.alibaba.fastjson2.util.Fnv
-
public final class Fnv extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static longMAGIC_HASH_CODEstatic longMAGIC_PRIME
-
Constructor Summary
Constructors Constructor Description Fnv()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longhashCode64(String name)static longhashCode64(String... names)static longhashCode64LCase(String name)
-
-
-
Field Detail
-
MAGIC_HASH_CODE
public static final long MAGIC_HASH_CODE
- See Also:
- Constant Field Values
-
MAGIC_PRIME
public static final long MAGIC_PRIME
- See Also:
- Constant Field Values
-
-