Searched refs:SORTED_SINGLETON (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MapsTest.java | 409 private static final SortedMap<Integer, Integer> SORTED_SINGLETON = field in MapsTest 413 Map<Integer, Integer> map = SORTED_SINGLETON; in testMapDifferenceOfSortedMapIsSorted() 431 Maps.difference(SORTED_EMPTY, SORTED_SINGLETON); in testSortedMapDifferenceEmptySingleton() 434 assertEquals(SORTED_SINGLETON, diff.entriesOnlyOnRight()); in testSortedMapDifferenceEmptySingleton() 442 Maps.difference(SORTED_SINGLETON, SORTED_EMPTY); in testSortedMapDifferenceSingletonEmpty() 444 assertEquals(SORTED_SINGLETON, diff.entriesOnlyOnLeft()); in testSortedMapDifferenceSingletonEmpty()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 475 private static final SortedMap<Integer, Integer> SORTED_SINGLETON = field in MapsTest 479 Map<Integer, Integer> map = SORTED_SINGLETON; in testMapDifferenceOfSortedMapIsSorted() 497 Maps.difference(SORTED_EMPTY, SORTED_SINGLETON); in testSortedMapDifferenceEmptySingleton() 500 assertEquals(SORTED_SINGLETON, diff.entriesOnlyOnRight()); in testSortedMapDifferenceEmptySingleton() 508 Maps.difference(SORTED_SINGLETON, SORTED_EMPTY); in testSortedMapDifferenceSingletonEmpty() 510 assertEquals(SORTED_SINGLETON, diff.entriesOnlyOnLeft()); in testSortedMapDifferenceSingletonEmpty()
|