- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testAsMapNavigableSubViewKeySetsDoNotSupportAdd (0.26 seconds)
-
android/guava-tests/test/com/google/common/collect/MapsTest.java
assertEquals(mapEntry("three", 5), map.subMap("one", false, "zzz", true).pollLastEntry()); assertThat(strings).contains("one"); } @GwtIncompatible // NavigableMap public void testAsMapNavigableSubViewKeySetsDoNotSupportAdd() { NavigableMap<String, Integer> map = Maps.asMap(Sets.<String>newTreeSet(), LENGTH_FUNCTION); assertThrows(UnsupportedOperationException.class, () -> map.descendingKeySet().add("a"));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 63.2K bytes - Click Count (0)