Searched refs:aSortedEntries (Results 1 – 1 of 1) sorted by relevance
144 final Map<String,Entry<String,String>> aSortedEntries = new TreeMap<>(); in GetSorted() local147 aSortedEntries.put("", aEntry); in GetSorted()149 aSortedEntries.put(aEntry.getValue(), aEntry); in GetSorted()150 return aSortedEntries.values(); in GetSorted()