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