KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.collections
/
MutableBiMap
Mutable
Bi
Map
interface
MutableBiMap
<
K
:
Any
,
V
:
Any
>
:
BiMap
<
K
,
V
>
,
MutableMap
<
K
,
V
>
(
source
)
Inheritors
AbstractBiMap
Members
Properties
inverse
Link copied to clipboard
abstract
override
val
inverse
:
MutableBiMap
<
V
,
K
>
values
Link copied to clipboard
abstract
override
val
values
:
MutableSet
<
V
>
Functions
force
Put
Link copied to clipboard
abstract
fun
forcePut
(
key
:
K
,
value
:
V
)
:
V
?