- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toSortedImmutableList (0.25 sec)
-
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) {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 18:35:44 UTC 2025 - 34.7K bytes - Viewed (0)