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
/
SortedSet
Sorted
Set
common
interface
SortedSet
<
Value
:
Comparable
<
Value
>
>
:
Set
<
Value
>
Inheritors
MutableSortedSet
Members
Properties
size
Link copied to clipboard
common
abstract
override
val
size
:
Int
Functions
contains
Link copied to clipboard
common
abstract
operator override
fun
contains
(
element
:
Value
)
:
Boolean
contains
All
Link copied to clipboard
common
abstract
override
fun
containsAll
(
elements
:
Collection
<
Value
>
)
:
Boolean
is
Empty
Link copied to clipboard
common
abstract
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
common
abstract
operator override
fun
iterator
(
)
:
Iterator
<
Value
>