Searched refs:SORTED_SINGLETON (Results 1 – 1 of 1) sorted by relevance
460 private static final SortedMap<Integer, Integer> SORTED_SINGLETON = field in MapsTest464 Map<Integer, Integer> map = SORTED_SINGLETON; in testMapDifferenceOfSortedMapIsSorted()482 Maps.difference(SORTED_EMPTY, SORTED_SINGLETON); in testSortedMapDifferenceEmptySingleton()485 assertEquals(SORTED_SINGLETON, diff.entriesOnlyOnRight()); in testSortedMapDifferenceEmptySingleton()493 Maps.difference(SORTED_SINGLETON, SORTED_EMPTY); in testSortedMapDifferenceSingletonEmpty()495 assertEquals(SORTED_SINGLETON, diff.entriesOnlyOnLeft()); in testSortedMapDifferenceSingletonEmpty()