krazycoder / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

[RFE] Consider adding ImmutableList.Builder.add(E...) and ImmutableList.Builder.addAll(Iterator<? extends E>) #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I see that the methods add(E...) and addAll(Iterator<? extends E>) are
present for ImmutableSet.Builder and ImmutableMultiset.Builder, but not for
ImmutableList.Builder.

Is there any specific reason why these methods aren't present? If they may
be added, is it possible to do so?

Original issue reported on code.google.com by ogregoire on 6 Oct 2009 at 12:38

GoogleCodeExporter commented 9 years ago
They'll be in RC3, in fact!

Original comment by kevin...@gmail.com on 6 Oct 2009 at 3:34

GoogleCodeExporter commented 9 years ago
Ok, thanks.

Original comment by ogregoire on 6 Oct 2009 at 7:47