public static class LinkReportWriter.QNameComparator extends Object implements Comparator<String>
Comparator that sorts qnames String based on alphabetical order.
This will put qnames with a package definition before ones that don't. Otherwise, the ordering will be alphabetical.
| Constructor and Description |
|---|
LinkReportWriter.QNameComparator() |
public int compare(String a, String b)
compare in interface Comparator<String>Copyright © 2016 The Apache Software Foundation. All rights reserved.