dart-sdk/sdk/lib/collection
2016-12-13 15:08:58 +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 EfficientLength extend Iterable. 2016-11-28 08:04:04 +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 EfficientLength extend Iterable. 2016-11-28 08:04:04 +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 Fix DoubleLinkedListQueue misbehavior on concurrent modification. 2016-12-06 09:27:04 +01:00
set.dart Make dart:collection strong-mode clean. 2016-05-11 16:28:43 +02: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