Dart
dart:collection
SplayTreeSet
<
E
>
clear method
clear
description
clear
method
Null safety
void
clear
(
)
override
Removes all elements from the set.
Implementation
void clear() { _clear(); }
Dart
dart:collection
SplayTreeSet
<
E
>
clear method
SplayTreeSet class
Constructors
SplayTreeSet
from
of
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Methods
add
addAll
any
cast
clear
contains
containsAll
difference
elementAt
every
expand
firstWhere
fold
followedBy
forEach
intersection
join
lastWhere
lookup
map
noSuchMethod
reduce
remove
removeAll
removeWhere
retainAll
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
union
where
whereType
Operators
operator ==