toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-datastructure
/
org.modelix.model.persistent
/
CPHamtNode
/
Companion
Companion
object
Companion
Members
Properties
BITS_PER_LEVEL
Link copied to clipboard
const
val
BITS_PER_LEVEL
:
Int
=
5
DESERIALIZER
Link copied to clipboard
val
DESERIALIZER
:
(
String
)
->
CPHamtNode
ENTRIES_PER_LEVEL
Link copied to clipboard
const
val
ENTRIES_PER_LEVEL
:
Int
LEVEL_MASK
Link copied to clipboard
const
val
LEVEL_MASK
:
Long
MAX_BITS
Link copied to clipboard
const
val
MAX_BITS
:
Int
=
64
MAX_LEVELS
Link copied to clipboard
const
val
MAX_LEVELS
:
Int
MAX_SHIFT
Link copied to clipboard
const
val
MAX_SHIFT
:
Int
Functions
deserialize
Link copied to clipboard
@
JvmStatic
fun
deserialize
(
input
:
String
)
:
CPHamtNode
index
From
Key
Link copied to clipboard
fun
indexFromKey
(
key
:
Long
,
shift
:
Int
)
:
Int
level
Bits
Link copied to clipboard
fun
levelBits
(
key
:
Long
,
shift
:
Int
)
:
Int