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

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

Issue 12258008: Revert "New implementation of {,Linked}Hash{Set,Map}." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: sdk/lib/collection/collection.dart
diff --git a/sdk/lib/collection/collection.dart b/sdk/lib/collection/collection.dart
index 88c1adadf72e1e7526a118cec674b41516b9c063..b1a83532e8da9f584ad7fb769b8e7c49ae748933 100644
--- a/sdk/lib/collection/collection.dart
+++ b/sdk/lib/collection/collection.dart
@@ -9,12 +9,8 @@ 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 | « sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart ('k') | sdk/lib/collection/collection_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698