Searched refs:sortedAlts (Results 1 – 2 of 2) sorted by relevance
62 List<Integer> sortedAlts = new ArrayList<Integer>(); in toString() local63 sortedAlts.addAll(altsWithRecursion); in toString()64 Collections.sort(sortedAlts); // make sure it's 1, 2, ... in toString()65 st.add("alts", sortedAlts); in toString()
545 List<Integer> sortedAlts = new ArrayList<Integer>(alts); in issueRecursionWarnings() local546 Collections.sort(sortedAlts); in issueRecursionWarnings()547 for (Integer altI : sortedAlts) { in issueRecursionWarnings()