Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for asImmutableList (0.35 seconds)

  1. android/guava/src/com/google/common/collect/ImmutableSortedMap.java

                prevKey = key;
              }
            }
            return new ImmutableSortedMap<>(
                new RegularImmutableSortedSet<K>(ImmutableList.<K>asImmutableList(keys), comparator),
                ImmutableList.<V>asImmutableList(values));
        }
      }
    
      /**
       * Returns a builder that creates immutable sorted maps whose keys are ordered by their natural
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 08 18:10:02 GMT 2026
    - 54.7K bytes
    - Click Count (0)
Back to Top