Home
last modified time | relevance | path

Searched refs:VALUE_COMPARATOR (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultimapNaturalTest.java125 private static final Comparator<Double> VALUE_COMPARATOR = field in TreeMultimapNaturalTest
133 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()
/external/guava/guava-tests/test/com/google/common/collect/
DTreeMultimapNaturalTest.java183 private static final Comparator<Double> VALUE_COMPARATOR = field in TreeMultimapNaturalTest
191 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()