Home
last modified time | relevance | path

Searched refs:treeValues (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultimapNaturalTest.java196 Set<Integer> treeValues = ImmutableSet.of(4, 0); in testTreeMultimapAsMapSorted() local
197 assertEquals(ImmutableMap.of("google", googleValues, "tree", treeValues), in testTreeMultimapAsMapSorted()
/external/guava/guava-tests/test/com/google/common/collect/
DTreeMultimapNaturalTest.java466 Set<Integer> treeValues = ImmutableSet.of(4, 0); in testTreeMultimapAsMapSorted() local
467 assertEquals(ImmutableMap.of("google", googleValues, "tree", treeValues), in testTreeMultimapAsMapSorted()