Searched refs:listOfGroups (Results 1 – 1 of 1) sorted by relevance
45 private final List<List<T>> listOfGroups = new ArrayList<>(); field in ComparableTester49 listOfGroups.add(Arrays.asList(items)); in addEquivalentGroup()54 for (int i = 0; i < listOfGroups.size(); i++) { in test()55 List<T> currentGroup = listOfGroups.get(i); in test()57 List<T> lhs = listOfGroups.get(j); in test()61 for (int j = i + 1; j < listOfGroups.size(); j++) { in test()62 List<T> rhs = listOfGroups.get(j); in test()