korlibs
Toggle table of contents
6.1.0-SNAPSHOT
native
Target filter
native
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure
/
WeakMap
/
Bucket
Bucket
native
inner
class
Bucket
Members
Constructors
Bucket
Link copied to clipboard
native
constructor
(
)
Properties
keys
Link copied to clipboard
native
val
keys
:
ArrayList
<
WeakReference
<
K
>
>
values
Link copied to clipboard
native
val
values
:
ArrayList
<
V
>
Functions
get
Index
Link copied to clipboard
native
fun
getIndex
(
key
:
K
)
:
Int