Searched refs:immutableSortedCopy (Results 1 – 4 of 4) sorted by relevance
404 = numberOrdering.immutableSortedCopy(unsortedInts);408 numberOrdering.immutableSortedCopy(Collections.<Integer>emptyList()));412 Ordering.natural().nullsFirst().immutableSortedCopy(listWithNull);
92 return Ordering.natural().immutableSortedCopy(insertionOrder); in suite()
913 Ordering.natural().immutableSortedCopy(NUMBER_NAMES);
532 public <E extends T> ImmutableList<E> immutableSortedCopy( in immutableSortedCopy() method in Ordering