DaveAKing / guava-libraries

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

Sorted Key but Insert-ordered Value MultiMap #1522

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to have a MultiMap which is, or some ways to do with the 
Comparator to make the TreeMultiMap,  sorted by key but values are ordered by 
insert order?

Original issue reported on code.google.com by won...@gmail.com on 4 Sep 2013 at 4:54

GoogleCodeExporter commented 9 years ago
How is this different from Multimaps.newSetMultimap(TreeMap, 
Supplier<LinkedHashSet>) ?

Original comment by wasserman.louis on 4 Sep 2013 at 5:09

GoogleCodeExporter commented 9 years ago
Thanks a lot. :D

Sorry, I'm new to the library. I don't know it has a such miracle method.

Original comment by won...@gmail.com on 4 Sep 2013 at 8:17

GoogleCodeExporter commented 9 years ago
I was reading through the guidelines of the collections part, and haven't read 
that "utility" part. Thanks a lot

Original comment by won...@gmail.com on 4 Sep 2013 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by wasserman.louis on 4 Sep 2013 at 3:05

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

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

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

GoogleCodeExporter commented 9 years ago

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