Closed GoogleCodeExporter closed 9 years ago
Fortunately, Guava already has a much nicer way of doing this!
Ordering<Iterable<T>> o = Ordering.from(comparator).lexicographical();
http://guava-libraries.googlecode.com/svn/tags/release09/javadoc/com/google/comm
on/collect/Ordering.html#lexicographical()
Original comment by cgdec...@gmail.com
on 12 Jul 2011 at 10:53
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
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:09
Original issue reported on code.google.com by
radugrig...@gmail.com
on 12 Jul 2011 at 10:03