toggle menu
Affogato
1.10.2
jvm
switch theme
search in API
affogato-core-ktx
/
com.parsuomash.affogato.core.ktx.collections
/
hashTableOf
hash
Table
Of
inline
fun
<
K
,
V
>
hashTableOf
(
)
:
Hashtable
<
K
,
V
>
Return an empty new
Hashtable
.
Since
1.1.0
inline
fun
<
K
,
V
>
hashTableOf
(
vararg
elements
:
Pair
<
K
,
V
>
)
:
Hashtable
<
K
,
V
>
Returns a
Hashtable
of given elements.
Since
1.1.0