Searched refs:KEY_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
122 private static final Comparator<Double> KEY_COMPARATOR = field in TreeMultimapNaturalTest133 Multimap<Double, Double> tree = TreeMultimap.create(KEY_COMPARATOR, VALUE_COMPARATOR); in testCreateFromTreeMultimap()168 SortedSetMultimap<Double, Double> tree = TreeMultimap.create(KEY_COMPARATOR, VALUE_COMPARATOR); in testCreateFromSortedSetMultimap()
180 private static final Comparator<Double> KEY_COMPARATOR = field in TreeMultimapNaturalTest191 Multimap<Double, Double> tree = TreeMultimap.create(KEY_COMPARATOR, VALUE_COMPARATOR); in testCreateFromTreeMultimap()226 SortedSetMultimap<Double, Double> tree = TreeMultimap.create(KEY_COMPARATOR, VALUE_COMPARATOR); in testCreateFromSortedSetMultimap()