- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for orderEntriesByValue (0.06 sec)
-
android/guava/src/com/google/common/collect/ImmutableSortedMap.java
*/ @CanIgnoreReturnValue @Override @Deprecated @DoNotCall("Always throws UnsupportedOperationException") public final Builder<K, V> orderEntriesByValue(Comparator<? super V> valueComparator) { throw new UnsupportedOperationException("Not available on ImmutableSortedMap.Builder"); } /*Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 52.9K bytes - Viewed (0)