- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for buildSorted (0.06 sec)
-
guava/src/com/google/common/collect/ImmutableList.java
* Returns a newly-created {@code ImmutableList} based on the contents of the {@code Builder}, * sorted according to the specified comparator. */ @SuppressWarnings("unchecked") ImmutableList<E> buildSorted(Comparator<? super E> comparator) { // Currently only used by ImmutableListMultimap.Builder.orderValuesBy. // In particular, this implies that the comparator can never get "removed," so this can'tRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 30.6K bytes - Viewed (0)