public class AOptionComparator extends java.lang.Object implements java.util.Comparator<Option>
Basically we just concatenate the short and long name and compare the resulting string.
Constructor and Description |
---|
AOptionComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Option o1,
Option o2) |
public AOptionComparator()