Dart
dart:collection
SplayTreeMap
<
K
,
V
>
clear method
clear
description
clear
method
Null safety
void
clear
(
)
override
Removes all entries from the map.
After this, the map is empty.
Implementation
void clear() { _clear(); }
Dart
dart:collection
SplayTreeMap
<
K
,
V
>
clear method
SplayTreeMap class
Constructors
SplayTreeMap
from
fromIterable
fromIterables
of
Properties
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
firstKey
firstKeyAfter
forEach
lastKey
lastKeyBefore
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator ==
operator []
operator []=