- Sort Score
- Result 10 results
- Languages All
Results 41 - 41 of 41 for lastEntry (0.04 sec)
-
guava-tests/test/com/google/common/collect/MapsTest.java
{ Entry<Integer, String> entry = unmod.firstEntry(); assertThrows(UnsupportedOperationException.class, () -> entry.setValue("four")); } { Entry<Integer, String> entry = unmod.lastEntry(); assertThrows(UnsupportedOperationException.class, () -> entry.setValue("four")); } { @SuppressWarnings("unchecked")Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 22:56:33 UTC 2025 - 65K bytes - Viewed (0)