lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.util
/
StringHelper
/
murmurhash3_x86_32
murmurhash3_
x86_
32
fun
murmurhash3_x86_32
(
data
:
ByteArray
,
offset
:
Int
,
len
:
Int
,
seed
:
Int
)
:
Int
Returns the MurmurHash3_x86_32 hash. Original source/tests at https://github.com/yonik/java_util/
fun
murmurhash3_x86_32
(
bytes
:
BytesRef
,
seed
:
Int
)
:
Int