DaveAKing / guava-libraries

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

Clarify ImmutableMap order guarantee in javadoc #1692

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it states "An immutable, hash-based Map with reliable user-specified 
iteration order."

That's not obvious on the face of it that it means you can rely on iterating 
elements in the order they were added to the builder.

See for example:
http://stackoverflow.com/questions/3810738/google-collections-immutablemap-itera
tion-order
https://groups.google.com/forum/#!topic/guava-discuss/qg2R5mp6x7Q

Original issue reported on code.google.com by ddlat...@gmail.com on 12 Mar 2014 at 1:43

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 12 Mar 2014 at 2:00

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