Searched refs:sortedAlts (Results 1 – 2 of 2) sorted by relevance
61 List sortedAlts = new ArrayList(); in toString() local62 sortedAlts.addAll(altsWithRecursion); in toString()63 Collections.sort(sortedAlts); // make sure it's 1, 2, ... in toString()64 st.add("alts", sortedAlts); in toString()
548 List sortedAlts = new ArrayList(alts); in issueRecursionWarnings() local549 Collections.sort(sortedAlts); in issueRecursionWarnings()550 for (Iterator altsIt = sortedAlts.iterator(); altsIt.hasNext();) { in issueRecursionWarnings()