dart-sdk/sdk/lib/collection
Lasse Reichstein Holst Nielsen 3f74b8d82e Make core libraries use generic method syntax.
Removes comment syntax where possible for the following platform libraries:
* async
* collection
* convert
* core
* internal
* io
* math

The HTML related libraries are not changed. The templates used to build them
must be changed as well.

R=floitsch@google.com

Review URL: https://codereview.chromium.org/2529393002 .

Committed: 68818315b5
2016-12-14 12:24:36 +01:00
..
collection.dart add library-level docs to help with importing 2016-04-25 12:41:24 -07: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 Don't use [operator==] to refer to [==] in DartDoc. It doesn't work. 2016-12-01 11:00:33 +01:00
hash_set.dart Improve document for HashSet. 2016-12-13 15:08:58 +01:00
iterable.dart Make core libraries use generic method syntax. 2016-12-14 12:24:36 +01:00
iterator.dart Make dart:collection strong-mode clean. 2016-05-11 16:28:43 +02:00
linked_hash_map.dart Don't use [operator==] to refer to [==] in DartDoc. It doesn't work. 2016-12-01 11:00:33 +01:00
linked_hash_set.dart Don't use [operator==] to refer to [==] in DartDoc. It doesn't work. 2016-12-01 11:00:33 +01:00
linked_list.dart Make linked-list non-circular. 2016-06-01 14:19:37 +02:00
list.dart Make core libraries use generic method syntax. 2016-12-14 12:24:36 +01:00
maps.dart Don't use [operator==] to refer to [==] in DartDoc. It doesn't work. 2016-12-01 11:00:33 +01:00
queue.dart Make core libraries use generic method syntax. 2016-12-14 12:24:36 +01:00
set.dart Make core libraries use generic method syntax. 2016-12-14 12:24:36 +01:00
splay_tree.dart Don't use [operator==] to refer to [==] in DartDoc. It doesn't work. 2016-12-01 11:00:33 +01:00