Searched defs:sortedNames (Results 1 – 1 of 1) sorted by relevance
1059 Map<String, String> sortedNames = new TreeMap<String, String>(Collator.getInstance()); in writeSummaryTable() local1134 private void showSubtypes(Appendable output, Map<String, String> sortedNames, in showSubtypes() argument