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

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

Issue 12213010: New implementation of {,Linked}Hash{Set,Map}. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Now with new files too Created 7 years, 10 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/hash_map.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 d63b8be633ed7f9cdecaf39bf53cc6527785d54f..cc541b8ac77409eea7ebe6304ba7bfbbe77cc98e 100644
--- a/sdk/lib/collection/collection.dart
+++ b/sdk/lib/collection/collection.dart
@@ -9,8 +9,12 @@ import 'dart:collection-dev';
part 'arrays.dart';
part 'collections.dart';
part 'iterator.dart';
-part 'map.dart';
part 'maps.dart';
part 'queue.dart';
-part 'set.dart';
part 'splay_tree.dart';
+part 'hash_table.dart';
+part 'hash_set.dart';
+part 'hash_map.dart';
+part 'linked_hash_table.dart';
+part 'linked_hash_set.dart';
+part 'linked_hash_map.dart';
« no previous file with comments | « no previous file | sdk/lib/collection/collection_sources.gypi » ('j') | sdk/lib/collection/hash_map.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698