toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
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