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

Side by Side Diff: sdk/lib/core/core.dart

Issue 14173003: Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/core/collection.dart ('k') | sdk/lib/core/corelib_sources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library dart.core; 5 library dart.core;
6 6
7 import "dart:collection"; 7 import "dart:collection";
8 import "dart:_collection-dev"; 8 import "dart:_collection-dev";
9 9
10 part "bool.dart"; 10 part "bool.dart";
11 part "collection.dart";
12 part "comparable.dart"; 11 part "comparable.dart";
13 part "date_time.dart"; 12 part "date_time.dart";
14 part "double.dart"; 13 part "double.dart";
15 part "duration.dart"; 14 part "duration.dart";
16 part "errors.dart"; 15 part "errors.dart";
17 part "exceptions.dart"; 16 part "exceptions.dart";
18 part "expando.dart"; 17 part "expando.dart";
19 part "function.dart"; 18 part "function.dart";
20 part "identical.dart"; 19 part "identical.dart";
21 part "int.dart"; 20 part "int.dart";
22 part "invocation_mirror.dart"; 21 part "invocation_mirror.dart";
23 part "iterable.dart"; 22 part "iterable.dart";
24 part "iterator.dart"; 23 part "iterator.dart";
25 part "list.dart"; 24 part "list.dart";
26 part "map.dart"; 25 part "map.dart";
27 part "num.dart"; 26 part "num.dart";
28 part "object.dart"; 27 part "object.dart";
29 part "pattern.dart"; 28 part "pattern.dart";
30 part "print.dart"; 29 part "print.dart";
31 part "regexp.dart"; 30 part "regexp.dart";
32 part "set.dart"; 31 part "set.dart";
33 part "stacktrace.dart"; 32 part "stacktrace.dart";
34 part "stopwatch.dart"; 33 part "stopwatch.dart";
35 part "string.dart"; 34 part "string.dart";
36 part "string_buffer.dart"; 35 part "string_buffer.dart";
37 part "string_sink.dart"; 36 part "string_sink.dart";
38 part "symbol.dart"; 37 part "symbol.dart";
39 part "type.dart"; 38 part "type.dart";
OLDNEW
« no previous file with comments | « sdk/lib/core/collection.dart ('k') | sdk/lib/core/corelib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698