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/ |
D | TreeMultimapNaturalTest.java | 196 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/ |
D | TreeMultimapNaturalTest.java | 466 Set<Integer> treeValues = ImmutableSet.of(4, 0); in testTreeMultimapAsMapSorted() local 467 assertEquals(ImmutableMap.of("google", googleValues, "tree", treeValues), in testTreeMultimapAsMapSorted()
|