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