Searched refs:sortableAnswerList (Results 1 – 1 of 1) sorted by relevance
144 List<SortableAddress> sortableAnswerList = new ArrayList<>(); in rfc6724Sort() local145 answers.forEach(addr -> sortableAnswerList.add( in rfc6724Sort()148 Collections.sort(sortableAnswerList, sRfc6724Comparator); in rfc6724Sort()151 sortableAnswerList.forEach(ans -> sortedAnswers.add(ans.address)); in rfc6724Sort()