- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NavigableAsMap (0.04 sec)
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
} @Override SortedSet<K> createKeySet() { return new SortedKeySet(sortedMap()); } } private final class NavigableAsMap extends SortedAsMap implements NavigableMap<K, Collection<V>> { NavigableAsMap(NavigableMap<K, Collection<V>> submap) { super(submap); } @Override NavigableMap<K, Collection<V>> sortedMap() {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 48.4K bytes - Viewed (0)