public static class ExportChanges.ExportsByNumber extends java.lang.Object implements java.util.Comparator<Export>
Constructor and Description |
---|
ExportsByNumber() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Export e1,
Export e2)
Method to sort Exports by their name.
|