Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testOrderedGet (0.2 seconds)

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

        assertEquals(StringLength.COMPARATOR, multimap.keyComparator());
        assertEquals(DECREASING_INT_COMPARATOR, multimap.valueComparator());
      }
    
      public void testOrderedGet() {
        TreeMultimap<@Nullable String, @Nullable Integer> multimap = createPopulate();
        assertThat(multimap.get(null)).containsExactly(7, 3, 1).inOrder();
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 8.4K bytes
    - Click Count (0)
Back to Top