Searched refs:KEY_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
351 private static final Comparator<Double> KEY_COMPARATOR = Ordering.natural(); field in TreeMultimapNaturalTest361 Multimap<Double, Double> tree = TreeMultimap.create(KEY_COMPARATOR, VALUE_COMPARATOR); in testCreateFromTreeMultimap()390 SortedSetMultimap<Double, Double> tree = TreeMultimap.create(KEY_COMPARATOR, VALUE_COMPARATOR); in testCreateFromSortedSetMultimap()