KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.collections
/
BiMap
Bi
Map
interface
BiMap
<
K
:
Any
,
V
:
Any
>
:
Map
<
K
,
V
>
(
source
)
Inheritors
MutableBiMap
Members
Properties
inverse
Link copied to clipboard
abstract
val
inverse
:
BiMap
<
V
,
K
>
values
Link copied to clipboard
abstract
override
val
values
:
Set
<
V
>