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

Issue 11644072: Add ordered set. (Closed)

Created:
8 years ago by floitsch
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org, Anders Johnsen
Visibility:
Public.

Description

Add ordered set.

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -35 lines) Patch
M sdk/lib/core/set.dart View 3 chunks +17 lines, -35 lines 8 comments Download
A tests/corelib/ordered_set_iterator_test.dart View 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
floitsch
7 years, 11 months ago (2013-01-03 13:57:36 UTC) #1
Lasse Reichstein Nielsen
LGTM if you change the name. https://codereview.chromium.org/11644072/diff/1/sdk/lib/core/set.dart File sdk/lib/core/set.dart (right): https://codereview.chromium.org/11644072/diff/1/sdk/lib/core/set.dart#newcode81 sdk/lib/core/set.dart:81: abstract class _MapBackedSet<E> ...
7 years, 11 months ago (2013-01-04 09:39:06 UTC) #2
sra1
DBC. https://codereview.chromium.org/11644072/diff/1/sdk/lib/core/set.dart File sdk/lib/core/set.dart (right): https://codereview.chromium.org/11644072/diff/1/sdk/lib/core/set.dart#newcode124 sdk/lib/core/set.dart:124: return new Set<E>.from(other).containsAll(this); On 2013/01/04 09:39:06, Lasse Reichstein ...
7 years, 11 months ago (2013-01-04 09:56:15 UTC) #3
sra1
https://codereview.chromium.org/11644072/diff/1/sdk/lib/core/set.dart File sdk/lib/core/set.dart (right): https://codereview.chromium.org/11644072/diff/1/sdk/lib/core/set.dart#newcode172 sdk/lib/core/set.dart:172: class OrderedSet<E> extends _MapBackedSet<E> implements Set<E> { On 2013/01/04 ...
7 years, 11 months ago (2013-01-04 10:02:43 UTC) #4
Lasse Reichstein Nielsen
This CL is outdated now, right?
7 years, 2 months ago (2013-09-26 12:05:13 UTC) #5
floitsch
7 years, 2 months ago (2013-09-26 15:09:13 UTC) #6
Closing.

Powered by Google App Engine
This is Rietveld 408576698