Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildSorted (0.04 sec)

  1. 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't
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Nov 17 22:50:48 UTC 2025
    - 30.6K bytes
    - Viewed (0)
Back to top