Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for ImmutableListMultimap (0.21 sec)

  1. guava/src/com/google/common/collect/ImmutableList.java

         * 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
          // invalidate future builds.
    
          copyOnWrite = true;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 16 19:14:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
Back to top