toggle menu
korge-root
5.1.0
darwin
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
WeakMap
/
Bucket
Bucket
darwin
inner
class
Bucket
Members
Constructors
Bucket
Link copied to clipboard
darwin
constructor
(
)
Properties
keys
Link copied to clipboard
darwin
val
keys
:
ArrayList
<
WeakReference
<
K
>
>
values
Link copied to clipboard
darwin
val
values
:
ArrayList
<
V
>
Functions
get
Index
Link copied to clipboard
darwin
fun
getIndex
(
key
:
K
)
:
Int