- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for asImmutableList (0.11 sec)
-
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
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 53K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedSet.java
// large array relative to the number of elements, so we cap the ratio. contents = Arrays.copyOf(contents, uniques); } return new RegularImmutableSortedSet<E>( ImmutableList.<E>asImmutableList(contents, uniques), comparator); } /** * Returns a builder that creates immutable sorted sets with an explicit comparator. If the
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 36.9K bytes - Viewed (0)