korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure
/
CustomHashMap
/
Bucket
Bucket
inner
class
Bucket
Members
Constructors
Bucket
Link copied to clipboard
constructor
(
)
Properties
keys
Link copied to clipboard
val
keys
:
FastArrayList
<
K
>
values
Link copied to clipboard
val
values
:
FastArrayList
<
V
>
Functions
get
Key
Index
Link copied to clipboard
fun
getKeyIndex
(
key
:
K
)
:
Int
get
Value
Index
Link copied to clipboard
fun
getValueIndex
(
value
:
V
)
:
Int