Searched refs:VALUE_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
125 private static final Comparator<Double> VALUE_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()
183 private static final Comparator<Double> VALUE_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()