- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for createMaybeNavigableAsMap (0.07 sec)
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
} @Override Map<K, Collection<V>> createAsMap() { return new AsMap(map); } final Map<K, Collection<V>> createMaybeNavigableAsMap() { if (map instanceof NavigableMap) { return new NavigableAsMap((NavigableMap<K, Collection<V>>) map); } else if (map instanceof 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)