SplayTreeMap documentation does not say keys are in order #51055
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-core
type-documentation
A request to add or improve documentation
The documentation of the SplayTreeMap class does not say that keys are iterated in order.
The [page]9https://api.dart.dev/stable/2.18.7/dart-collection/dart-collection-library.html) for the collections library links to SplayTreeMap with a statement that it iterates the keys in order, but this is missing from the documentation for the class itself, and from the pages for the key, entries, and value getters, as well as other iterators.
For SplayTreeMap, these methods are marked as overridden, and have their own documentation pages, but on other Map impementations, they just link to the methods on Map, and so don't specify order.
The text was updated successfully, but these errors were encountered: