Searched refs:copyFromSorted (Results 1 – 2 of 2) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | TreeMultimapNaturalTest.java | 397 TreeMultimap<Double, Double> copyFromSorted = TreeMultimap.create(sorted); in testCreateFromSortedSetMultimap() local 398 assertEquals(tree, copyFromSorted); in testCreateFromSortedSetMultimap() 399 assertSame(Ordering.natural(), copyFromSorted.keyComparator()); in testCreateFromSortedSetMultimap() 400 assertSame(Ordering.natural(), copyFromSorted.valueComparator()); in testCreateFromSortedSetMultimap() 401 assertSame(Ordering.natural(), copyFromSorted.get(1.0).comparator()); in testCreateFromSortedSetMultimap()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | TreeMultimapNaturalTest.java | 397 TreeMultimap<Double, Double> copyFromSorted = TreeMultimap.create(sorted); in testCreateFromSortedSetMultimap() local 398 assertEquals(tree, copyFromSorted); in testCreateFromSortedSetMultimap() 399 assertSame(Ordering.natural(), copyFromSorted.keyComparator()); in testCreateFromSortedSetMultimap() 400 assertSame(Ordering.natural(), copyFromSorted.valueComparator()); in testCreateFromSortedSetMultimap() 401 assertSame(Ordering.natural(), copyFromSorted.get(1.0).comparator()); in testCreateFromSortedSetMultimap()
|