Searched refs:RANK2 (Results 1 – 1 of 1) sorted by relevance
29 private static final String RANK2 = "rank2"; field in RankedComparatorTest30 private static final String[] RANKS = new String[]{RANK1, RANK2};47 DummyObject rank2 = new DummyObject(RANK2); in testSimple()