dart-sdk/sdk/lib/collection
Vijay Menon 89ccefe462 Add generic method info to ListMixin
These match those already in iterable.dart

Fixes #25408

R=jmesserly@google.com

Review URL: https://codereview.chromium.org/1665463002 .
2016-02-03 11:26:53 -08:00
..
collection.dart Add SetBase/SetMixin. 2014-05-22 09:48:24 +00:00
collection_sources.gypi Add SetBase/SetMixin. 2014-05-22 09:48:24 +00:00
collections.dart Improve comment in UnmodifiableListView. 2015-12-09 21:25:55 +01:00
hash_map.dart Fix a typo in the documentation for HashMap. 2015-09-11 11:28:10 +02:00
hash_set.dart Update {,Linked}Hash{Set,Map} documentation. 2015-05-06 08:35:23 +00:00
iterable.dart add generic method comments to a few SDK methods 2015-11-24 09:20:49 -08:00
iterator.dart Move some core classes to collection library. 2013-01-21 13:34:02 +00:00
linked_hash_map.dart Update {,Linked}Hash{Set,Map} documentation. 2015-05-06 08:35:23 +00:00
linked_hash_set.dart Update {,Linked}Hash{Set,Map} documentation. 2015-05-06 08:35:23 +00:00
linked_list.dart Move implementation from IterableBase to Iterable. 2015-04-13 12:26:15 +00:00
list.dart Add generic method info to ListMixin 2016-02-03 11:26:53 -08:00
maps.dart Make MapMixin putIfAbsent use containsKey. 2015-10-13 16:12:58 +02:00
queue.dart Revert "Make EfficientLength public, as EfficientLengthIterable." 2015-05-29 12:52:45 +02:00
set.dart Fix a couple type bugs in dart html and what seems like strange type choices in dart:core 2014-12-22 18:49:07 +00:00
splay_tree.dart Fix some cases where Map.containsValue did not accept Object as argument. 2015-09-23 11:26:55 +02:00