Class Fnv
java.lang.Object
com.alibaba.fastjson2.util.Fnv
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longhashCode64(byte[] bytes, int offset, int len, boolean ascii) static longhashCode64(char[] chars, int offset, int len) static longhashCode64(String name) static longhashCode64(String... names) static longhashCode64LCase(String name)
-
Field Details
-
MAGIC_HASH_CODE
public static final long MAGIC_HASH_CODE- See Also:
-
MAGIC_PRIME
public static final long MAGIC_PRIME- See Also:
-
-
Constructor Details
-
Fnv
public Fnv()
-
-
Method Details
-
hashCode64LCase
-
hashCode64
-
hashCode64
public static long hashCode64(byte[] bytes, int offset, int len, boolean ascii) -
hashCode64
public static long hashCode64(char[] chars, int offset, int len) -
hashCode64
-