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.jdkport
/
KClassValue
/
Companion
Companion
object
Companion
Members
Properties
HASH_
MASK
Link copied to clipboard
const
val
HASH_MASK
:
Int
Mask a hash code to be positive but not too large, to prevent wraparound.
Functions
get
Hard
Coded
Class
Value
Map
Link copied to clipboard
fun
getHardCodedClassValueMap
(
type
:
KClass
<
*
>
)
:
KClassValue.ClassValueMap
make
Entry
Link copied to clipboard
fun
<
T
:
Any
>
makeEntry
(
explicitVersion
:
KClassValue.Version
<
T
>
?
,
value
:
T
)
:
KClassValue.Entry
<
T
>