Dart SDK
dart:collection
SplayTreeMap
length
length
Dart SDK
dart:collection
SplayTreeMap
length
property
length
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
int
length
The number of key-value pairs in the map.
Source
int get length { return _count; }