Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: sdk/lib/collection/collection.dart

Issue 13459002: Introduce new LinkedList to dart:collection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/collection/collection_sources.gypi » ('j') | sdk/lib/collection/linked_list.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/collection/collection.dart
diff --git a/sdk/lib/collection/collection.dart b/sdk/lib/collection/collection.dart
index 4d37c7755375395db4c01b8377ed0b312de6a10c..7ed5a860e32905d9a702336b93977cce8e9bd7e4 100644
--- a/sdk/lib/collection/collection.dart
+++ b/sdk/lib/collection/collection.dart
@@ -11,6 +11,7 @@ part 'iterator.dart';
part 'maps.dart';
part 'queue.dart';
part 'splay_tree.dart';
+part 'linked_list.dart';
part 'hash_table.dart';
part 'hash_set.dart';
part 'hash_map.dart';
« no previous file with comments | « no previous file | sdk/lib/collection/collection_sources.gypi » ('j') | sdk/lib/collection/linked_list.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698