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