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