Balzanka / guava-libraries

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

Add docs to Ordering to give guidance how to parse and understand long chains of calls #1342

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's very hard to figure out what 
Ordering.natural().nullsFirst().reverse().lexicographical().reverse().nullsLast(
) means.

We can make it a lot easier for the user by walking through how we read and 
interpret a few salient examples.

Original issue reported on code.google.com by kevinb@google.com on 15 Mar 2013 at 5:18

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 1 Nov 2014 at 4:18

GoogleCodeExporter commented 9 years ago

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