Dart SDK
dart:collection
SplayTreeMap
SplayTreeMap.from
constructor
SplayTreeMap.from
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.from
(
Map
other
,
[
int
compare
(
K
key1
,
K
key2
)
,
bool
isValidKey
(
potentialKey
)
]
)
Creates a
SplayTreeMap
that contains all key/value pairs of other.