maidh91 / guava-libraries

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

reverse for SortedSet #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just found out that I need a reverse iterable for a SortedSet. For that 
project I still use Java 5, so I don't have access to 
NavigableSet#descendingSet().

Is it possible then to add a new method Iterables#reverse(SortedSet)?

Thanks!

Original issue reported on code.google.com by ogregoire on 1 Jul 2010 at 2:13

GoogleCodeExporter commented 9 years ago
Sadly, the SortedSet API does not make this possible. I hope you can upgrade to 
Java 6.

Original comment by kevinb@google.com on 1 Jul 2010 at 5:29

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:15

GoogleCodeExporter commented 9 years ago

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