dart-sdk/sdk/lib/collection
Florian Loitsch e1bf3506d1 Make linked-list non-circular.
This bug was introduced when making the collection library strong-mode clean.

Fixes #26522
BUG= http://dartbug.com/26522
R=lrn@google.com

Review URL: https://codereview.chromium.org/2015513006 .
2016-06-01 14:19:37 +02: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 Fix documentation for identity sets/maps. 2016-05-20 14:29:14 +02:00
hash_set.dart Make dart:collection strong-mode clean. 2016-05-11 16:28:43 +02:00
iterable.dart Make dart:collection strong-mode clean. 2016-05-11 16:28:43 +02:00
iterator.dart Make dart:collection strong-mode clean. 2016-05-11 16:28:43 +02:00
linked_hash_map.dart Fix documentation for identity sets/maps. 2016-05-20 14:29:14 +02:00
linked_hash_set.dart Fix documentation for LinkedHashSet. 2016-05-20 14:36:38 +02:00
linked_list.dart Make linked-list non-circular. 2016-06-01 14:19:37 +02:00
list.dart Make dart:collection strong-mode clean. 2016-05-11 16:28:43 +02:00
maps.dart Make dart:collection strong-mode clean. 2016-05-11 16:28:43 +02:00
queue.dart Make Iterable.toList more efficient if the length is known. 2016-05-23 10:00:19 +02:00
set.dart Make dart:collection strong-mode clean. 2016-05-11 16:28:43 +02:00
splay_tree.dart Make dart:collection strong-mode clean. 2016-05-11 16:28:43 +02:00