dart-sdk/sdk/lib/collection
Nate Bosch 34d9241a71 Add a notice about HashMap keys changing hashCode
Closes #33384

Similar to a notice in the doc for `HashSet` where it is also unsafe to
change `hashCode` while an object is in the collection.

R=lrn@google.com

Change-Id: I0e609656fccd563ecf71d4be5ecadafc1a6da891
CoreLibraryReviewExempt: Doc changes only.
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/310774
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Lasse Nielsen <lrn@google.com>
2023-06-23 00:10:19 +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 Add a notice about HashMap keys changing hashCode 2023-06-23 00:10:19 +00:00
hash_set.dart Add more class modifiers to dart:collection. 2023-04-04 10:39:48 +00:00
iterable.dart Add nonNulls, indexed and other extensions on iterables. 2023-04-04 23:05:54 +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 Add more class modifiers to dart:collection. 2023-04-04 10:39:48 +00:00
list.dart Remove unneeded null check after promotion 2023-04-12 15:56:08 +00:00
maps.dart Make Iterable be the default implementation of itself. 2023-04-04 21:45:19 +00:00
queue.dart Make Iterable be the default implementation of itself. 2023-04-04 21:45:19 +00:00
set.dart Make Iterable be the default implementation of itself. 2023-04-04 21:45:19 +00:00
splay_tree.dart Make Iterable be the default implementation of itself. 2023-04-04 21:45:19 +00:00