MCPcopy
hub / github.com/google/guava / sort

Method sort

guava/src/com/google/common/collect/ImmutableList.java:591–596  ·  view source on GitHub ↗

Guaranteed to throw an exception and leave the list unmodified. @throws UnsupportedOperationException always @deprecated Unsupported operation.

(@Nullable Comparator<? super E> c)

Source from the content-addressed store, hash-verified

589 * @deprecated Unsupported operation.
590 */
591 @Deprecated
592 @Override
593 @DoNotCall("Always throws UnsupportedOperationException")
594 public final void sort(@Nullable Comparator<? super E> c) {
595 throw new UnsupportedOperationException();
596 }
597
598 /**
599 * Returns this list instance.

Callers 15

trimMethod · 0.45
topKMethod · 0.45
leastOfMethod · 0.45
sortedCopyMethod · 0.45
buildOrThrowMethod · 0.45
copyHighestCountFirstMethod · 0.45
constructMethod · 0.45
sortAndDedupMethod · 0.45
fromEntriesMethod · 0.45
buildMethod · 0.45
sortedCopyOfMethod · 0.45
buildSortedMethod · 0.45

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.36
arrangeMethod · 0.36
collectionsMethod · 0.36
orderMethod · 0.36
testHeadSetInclusiveMethod · 0.36
testHeadSetExclusiveMethod · 0.36
testTailSetInclusiveMethod · 0.36
testTailSetExclusiveMethod · 0.36