treemap
Toggle table of contents
2025.0.1
common
Platform filter
common
Switch theme
Search in API
treemap
treemap
/
com.treemap
/
Pair
Pair
class
Pair
<
L
,
R
>
(
left
:
L
,
right
:
R
)
Members
Constructors
Pair
Link copied to clipboard
constructor
(
left
:
L
,
right
:
R
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
o
:
Any
?
)
:
Boolean
get
Left
Link copied to clipboard
fun
getLeft
(
)
:
L
?
get
Right
Link copied to clipboard
fun
getRight
(
)
:
R
?
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int