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
/
MutableSortedSet
Mutable
Sorted
Set
common
interface
MutableSortedSet
<
Value
:
Comparable
<
Value
>
>
:
MutableSet
<
Value
>
,
SortedSet
<
Value
>
Inheritors
TreeSet
Members
Properties
size
Link copied to clipboard
common
abstract
override
val
size
:
Int
Functions
add
Link copied to clipboard
common
abstract
override
fun
add
(
element
:
Value
)
:
Boolean
add
All
Link copied to clipboard
common
abstract
override
fun
addAll
(
elements
:
Collection
<
Value
>
)
:
Boolean
clear
Link copied to clipboard
common
abstract
override
fun
clear
(
)
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
(
)
:
MutableIterator
<
Value
>
remove
Link copied to clipboard
common
abstract
override
fun
remove
(
element
:
Value
)
:
Boolean
remove
All
Link copied to clipboard
common
abstract
override
fun
removeAll
(
elements
:
Collection
<
Value
>
)
:
Boolean
retain
All
Link copied to clipboard
common
abstract
override
fun
retainAll
(
elements
:
Collection
<
Value
>
)
:
Boolean