Closed GoogleCodeExporter closed 9 years ago
(This is obviously an enhancement, not a defect, sorry)
Original comment by jim.andreou
on 28 Jul 2009 at 4:46
This one's been discussed to death, and it's on me to summarize it all and put
it in
the FAQ.
ImmutableSet.of() is easier to read when it appears alongside other ImmutableSet
constants which may have one or more elements, and it's easier to deal with
when code
changes and a formerly-empty set ends up with some elements in it. Finally, it
doesn't enlarge the surface area of the API.
empty() has its virtues, of course, but we settled on the current solution and
are
only going to make major changes like this for _really_ compelling reasons now.
Original comment by kevin...@gmail.com
on 28 Jul 2009 at 4:51
Original issue reported on code.google.com by
jim.andreou
on 28 Jul 2009 at 4:44