Lines Matching full:order
65 * Returns a serializable ordering that uses the natural order of the values.
85 * @param comparator the comparator that defines the order
105 * Returns an ordering that compares objects according to the order in
119 * to compare, in the order the comparator should induce
131 * Returns an ordering that compares objects according to the order in
146 * comparator will be able to compare, in the order the comparator should
182 * whatsoever to the order imposed, but it is constant for the life of the VM.
261 * Returns an ordering which tries each given comparator in order until a
270 * <p><b>Warning:</b> Supplying an argument with undefined iteration order,
273 * @param comparators the comparators to try in order
334 * order". If the end of one iterable is reached, but not the other, the
341 * each would order {@code [1]} and {@code [1, 1]}).
401 * maintain its own sort order.
404 * @return a new list containing the given elements in sorted order