Elide API
Toggle table of contents
1.0.0-beta1
common
Platform filter
common
Switch theme
Search in API
Elide API
base
/
elide.struct.api
/
SortedMap
Sorted
Map
common
interface
SortedMap
<
Key
:
Comparable
<
Key
>
,
out
Value
>
:
Map
<
Key
,
Value
>
Inheritors
MutableSortedMap
Members
Properties
entries
Link copied to clipboard
common
abstract
val
entries
:
Set
<
Map.Entry
<
Key
,
Value
>
>
keys
Link copied to clipboard
common
abstract
val
keys
:
Set
<
Key
>
size
Link copied to clipboard
common
abstract
val
size
:
Int
values
Link copied to clipboard
common
abstract
val
values
:
Collection
<
Value
>
Functions
contains
Key
Link copied to clipboard
common
abstract
fun
containsKey
(
key
:
Key
)
:
Boolean
contains
Value
Link copied to clipboard
common
abstract
fun
containsValue
(
value
:
Value
)
:
Boolean
get
Link copied to clipboard
common
abstract
operator override
fun
get
(
key
:
Key
)
:
Value
?
is
Empty
Link copied to clipboard
common
abstract
fun
isEmpty
(
)
:
Boolean