- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for newSortedSetMultimap (0.11 sec)
-
android/guava/src/com/google/common/collect/MultimapBuilder.java
return new SortedSetMultimapBuilder<K0, V0>() { @Override public <K extends K0, V extends V0> SortedSetMultimap<K, V> build() { return Multimaps.newSortedSetMultimap( MultimapBuilderWithKeys.this.<K, V>createMap(), new TreeSetSupplier<V>(comparator)); } }; } /** Uses an {@link EnumSet} to store value collections. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 18K bytes - Viewed (0) -
guava/src/com/google/common/collect/MultimapBuilder.java
return new SortedSetMultimapBuilder<K0, V0>() { @Override public <K extends K0, V extends V0> SortedSetMultimap<K, V> build() { return Multimaps.newSortedSetMultimap( MultimapBuilderWithKeys.this.<K, V>createMap(), new TreeSetSupplier<V>(comparator)); } }; } /** Uses an {@link EnumSet} to store value collections. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 18K bytes - Viewed (0)