- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for SimpleForwardingSortedMap (0.08 seconds)
-
android/guava-tests/test/com/google/common/collect/ForwardingSortedMapImplementsMapTest.java
*/ @GwtCompatible @NullMarked public class ForwardingSortedMapImplementsMapTest extends SortedMapInterfaceTest<String, Integer> { private static class SimpleForwardingSortedMap<K, V> extends ForwardingSortedMap<K, V> { final SortedMap<K, V> delegate; SimpleForwardingSortedMap(SortedMap<K, V> delegate) { this.delegate = delegate; } @Override protected SortedMap<K, V> delegate() { return delegate;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 18:46:00 GMT 2025 - 4.2K bytes - Click Count (0)