floitsch@google.com
2013-02-15 13:57:18 +00:00
parent ad839e6957
commit 0672317bec
26 changed files with 9 additions and 352 deletions
-4
View File
@@ -233,10 +233,6 @@ abstract class _ByteArrayBase {
return IterableMixinWorkaround.mapList(this, f);
}
List mappedBy(f(int element)) {
return IterableMixinWorkaround.mappedByList(this, f);
}
String join([String separator]) {
return IterableMixinWorkaround.join(this, separator);
}