Searched refs:immutableSortedCopy (Results 1 – 20 of 20) sorted by relevance
46 public <E> ImmutableList<E> immutableSortedCopy(Iterable<E> iterable) { in immutableSortedCopy() method in AllEqualOrdering
386 return Ordering.from(comparator).immutableSortedCopy(iterable);
839 public <E extends T> ImmutableList<E> immutableSortedCopy( in immutableSortedCopy() method in Ordering
417 this.inputList = Ordering.from(comparator).immutableSortedCopy(input); in OrderedPermutationCollection()
1096 Multisets.DECREASING_COUNT_ORDERING.immutableSortedCopy(multiset.entrySet());
111 dummy += ORDERING.immutableSortedCopy(input).get(0); in ordering()
72 assertEquals(strings, comparator.immutableSortedCopy(strings)); in testAllEqual()439 = numberOrdering.immutableSortedCopy(unsortedInts);443 numberOrdering.immutableSortedCopy(Collections.<Integer>emptyList()));447 Ordering.natural().nullsFirst().immutableSortedCopy(listWithNull);967 assertEquals(strictlyOrderedList, ordering.immutableSortedCopy(shuffledList));
1016 Ordering.natural().immutableSortedCopy(NUMBER_NAMES);
70 assertEquals(strings, comparator.immutableSortedCopy(strings)); in testAllEqual()437 = numberOrdering.immutableSortedCopy(unsortedInts);441 numberOrdering.immutableSortedCopy(Collections.<Integer>emptyList()));445 Ordering.natural().nullsFirst().immutableSortedCopy(listWithNull);933 assertEquals(strictlyOrderedList, ordering.immutableSortedCopy(shuffledList));
828 Ordering.natural().immutableSortedCopy(NUMBER_NAMES);
78 .immutableSortedCopy(elements); in writeAnnotation()
489 …ist<? extends SwitchElement> elements = Ordering.from(switchElementComparator).immutableSortedCopy( in write()
610 .immutableSortedCopy(annotationSection.getElements(key));629 .immutableSortedCopy(annotationSetSection.getAnnotations(entry.getKey()));
161 mapItems = ordering.immutableSortedCopy(mapItems); in writeAnnotations()
374 return Ordering.from(comparator).immutableSortedCopy(iterable);
84 sortedClasses = Ordering.natural().immutableSortedCopy(internedItems.values()); in getSortedClasses()
192 sortedClasses = Ordering.natural().immutableSortedCopy(internedItems.values()); in getSortedClasses()
712 .immutableSortedCopy(factories); in getFactories()
1165 return keyOrdering.immutableSortedCopy(map.keySet());
853 Ordering.natural().immutableSortedCopy(bindingsByType.keySet())) { in reportMultipleBindingTypes()