Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for lastEntry (0.04 sec)

  1. 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)
Back to top