DaveAKing / guava-libraries

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

ImmutableSet.Builder should document order #1683

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The builder of ImmutableSet is lacking a documentation of the iteration order 
of the set it builds. The ImmutableSet.of(...) methods have this documentation. 
The builder uses the same construct method so the elements should stay in 
order. But without a propper publich documentation nobody can relay on that 
fact.

Original issue reported on code.google.com by alexande...@gmx.net on 25 Feb 2014 at 5:02

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:07