Home | History | Annotate | Download | only in collect

Lines Matching defs:natural

55  * <li>Use the natural ordering, {@link Ordering#natural}
92 // Natural order
95 * Returns a serializable ordering that uses the natural order of the values.
105 public static <C extends Comparable> Ordering<C> natural() {
229 * Returns an ordering that compares objects by the natural ordering of their
330 // Ordering<String> o = Ordering.<String>natural().reverse();
341 // Ordering<String> o = Ordering.<String>natural().nullsFirst();
352 // Ordering<String> o = Ordering.<String>natural().nullsLast();
419 * a lexicographical natural ordering over integers considers {@code
431 // Ordering.<String>natural().lexicographical();