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