menu
Dart
dart:collection
SplayTreeMap
<
K
,
V
>
length property
length
brightness_4
brightness_5
description
length
property
int
length
override
The number of key/value pairs in the map.
Implementation
int get length { return _count; }
Dart
dart:collection
SplayTreeMap
<
K
,
V
>
length property
SplayTreeMap class
Constructors
SplayTreeMap
from
fromIterable
fromIterables
of
Properties
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
firstKey
firstKeyAfter
forEach
lastKey
lastKeyBefore
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator ==
operator []
operator []=