- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for toSortedImmutableList (0.6 seconds)
-
guava/src/com/google/common/collect/FluentIterable.java
* * @param comparator the function by which to sort list elements * @throws NullPointerException if any element of this iterable is {@code null} * @since 14.0 (since 13.0 as {@code toSortedImmutableList()}). */ @SuppressWarnings("nullness") // Unsafe, but we can't do much about it now. public final ImmutableList<@NonNull E> toSortedList(Comparator<? super E> comparator) {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 34.7K bytes - Click Count (0)