dart-sdk/pkg
lrn@google.com 0e934a631e Add methods to Collection.
Methods are:
- void add(E)
- void addAll(Iterable<E>)
- void remove(Object)
- void removeAll(Iterable)
- void retainAll(Iterable)
- void removeMatching(bool test(E))
- void retainMatching(bool test(E))

They have been implemented for List and Set only.

Default implementations of removeX methods in Collections assume an efficient
remove method, which Lists won't have.

Review URL: https://codereview.chromium.org//11931034

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17257 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-18 10:13:51 +00:00
..
args Add command support to args. 2013-01-11 22:03:21 +00:00
browser Create an sdk package to host dart.js 2013-01-08 18:35:22 +00:00
fixnum Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
http Stop treating StreamController as a Stream. 2013-01-16 21:35:45 +00:00
intl Fix tests to accept short locale names as long as long ones, properly this time. 2013-01-15 20:47:45 +00:00
logging Fix URL. 2012-12-15 01:21:10 +00:00
meta Add authors and homepages to packages. 2012-11-30 21:16:01 +00:00
oauth2 Fix the OAuth2 documentation to use then rather than chain/transform. 2013-01-09 00:18:13 +00:00
path Fix minor path handling issue in path package. 2013-01-12 23:43:44 +00:00
serialization Add methods to Collection. 2013-01-18 10:13:51 +00:00
unittest Improve compact and default configuration 2013-01-12 00:47:40 +00:00
webdriver Update remaining usages of Completer.completeException. 2013-01-09 09:29:39 +00:00
.gitignore Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples. 2012-11-27 14:07:53 +00:00
pkg.gyp pkg.gyp causes dartium build failure on windows 2012-12-11 05:57:04 +00:00
pkg.status Standalone locale test still failing on Windows, restore status file 2013-01-15 21:47:37 +00:00