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()
340 private static final Comparator<Double> VALUE_COMPARATOR = field in TreeMultimapNaturalTest348 Multimap<Double, Double> tree = TreeMultimap.create(KEY_COMPARATOR, VALUE_COMPARATOR); in testCreateFromTreeMultimap()383 SortedSetMultimap<Double, Double> tree = TreeMultimap.create(KEY_COMPARATOR, VALUE_COMPARATOR); in testCreateFromSortedSetMultimap()