Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testImmutableMapCopyOfImmutableSortedMap (0.32 sec)

  1. guava-tests/test/com/google/common/collect/ImmutableSortedMapTest.java

                new IntegerDiv10(12), "twelve");
    
        assertThrows(IllegalArgumentException.class, () -> ImmutableSortedMap.copyOf(original));
      }
    
      public void testImmutableMapCopyOfImmutableSortedMap() {
        IntegerDiv10 three = new IntegerDiv10(3);
        IntegerDiv10 eleven = new IntegerDiv10(11);
        IntegerDiv10 twelve = new IntegerDiv10(12);
        IntegerDiv10 twenty = new IntegerDiv10(20);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 27.6K bytes
    - Viewed (0)
Back to top