Searched refs:stringValues (Results 1 – 1 of 1) sorted by relevance
| /libcore/ojluni/src/test/java/util/Comparator/ |
| D | BasicTest.java | 79 private final String[] stringValues = { "a", "a", "b", "b", "c", "c", "d", "d", "e", "e" }; field in BasicTest 135 things[i] = new Thing(0, 0L, 0.0, stringValues[i]); in testComparing() 149 assertComparisons(stringValues, comp, comparisons); in testNaturalOrderComparator()
|