dart-sdk/sdk/lib/collection
Nicholas Shahan 0c4147675f [collection] Update example code in dartdoc
Added 'final' to the example class `EntryItem` that extends
`LinkedListEntry` from 'dart:collection'.

The code as written now produces the error:

```
The type 'EntryItem' must be 'base', 'final' or 'sealed' because the
supertype 'LinkedListEntry' is 'base'.
```

Also applied dartfmt to get new line break locations.

Change-Id: I78e76c7d9d4e6cd29c2e229ab1054efad21c6248
CoreLibraryReviewExempt: Comments only
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/343688
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2023-12-28 23:37:27 +00:00
..
collection.dart Documentation update for Collection library landing page 2022-01-20 14:37:13 +00:00
collection_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
collections.dart Documentation update for unmodifiable collection classes 2021-12-09 17:07:19 +00:00
hash_map.dart Format containsValue() description in hash_map.dart 2023-10-02 10:25:59 +00:00
hash_set.dart Add more class modifiers to dart:collection. 2023-04-04 10:39:48 +00:00
iterable.dart [lib] Improve IndexedIterable performance on VM 2023-09-06 14:09:11 +00:00
iterator.dart Add more class modifiers to dart:collection. 2023-04-04 10:39:48 +00:00
linked_hash_map.dart Add more class modifiers to dart:collection. 2023-04-04 10:39:48 +00:00
linked_hash_set.dart Add more class modifiers to dart:collection. 2023-04-04 10:39:48 +00:00
linked_list.dart [collection] Update example code in dartdoc 2023-12-28 23:37:27 +00:00
list.dart Remove unneeded null check after promotion 2023-04-12 15:56:08 +00:00
maps.dart Hide the existence of EfficientLengthIterable better. 2023-09-12 11:08:42 +00:00
queue.dart Hide the existence of EfficientLengthIterable better. 2023-09-12 11:08:42 +00:00
set.dart Make Iterable be the default implementation of itself. 2023-04-04 21:45:19 +00:00
splay_tree.dart Unify splay tree iterators and interables constructor argument names. 2023-10-19 14:07:37 +00:00