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

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

Issue 13913005: Implement JS version of LinkedHashSet and move the various HashTable implementations to the VM coll… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map -> set. Created 7 years, 8 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 4d37c7755375395db4c01b8377ed0b312de6a10c..0df156c811abf67ccc1d695580d8ea00e83bf620 100644
--- a/sdk/lib/collection/collection.dart
+++ b/sdk/lib/collection/collection.dart
@@ -11,9 +11,7 @@ part 'iterator.dart';
part 'maps.dart';
part 'queue.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/lib/collection_patch.dart ('k') | sdk/lib/collection/collection_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698