Dart SDK
dart:collection
SplayTreeMap
SplayTreeMap
constructor
SplayTreeMap
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
SplayTreeMap
(
[
int
compare
(
K
key1
,
K
key2
)
,
bool
isValidKey
(
potentialKey
)
]
)
(Not documented.)