- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ForwardingSortedMapImplementsMapTest (0.15 seconds)
-
android/guava-tests/test/com/google/common/collect/ForwardingSortedMapImplementsMapTest.java
/** * Tests for {@link ForwardingSortedMap} using {@link MapInterfaceTest}. * * @author George van den Driessche */ @GwtCompatible @NullMarked public class ForwardingSortedMapImplementsMapTest extends SortedMapInterfaceTest<String, Integer> { private static class SimpleForwardingSortedMap<K, V> extends ForwardingSortedMap<K, V> { final SortedMap<K, V> 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)