- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for newView (0.05 sec)
-
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSortedMap.java
} } return tailMap(fromKey); } private ImmutableSortedMap<K, V> newView(SortedMap<K, V> delegate) { return newView(delegate, comparator); } private static <K, V> ImmutableSortedMap<K, V> newView( SortedMap<K, V> delegate, Comparator<? super K> comparator) { return new ImmutableSortedMap<K, V>(delegate, comparator); } /*
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Feb 27 19:19:19 UTC 2024 - 16.4K bytes - Viewed (0)