static class CommandLine.Help.ShortestFirst
extends java.lang.Object
implements java.util.Comparator<java.lang.String>
Constructor and Description |
---|
ShortestFirst() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.String o1,
java.lang.String o2) |
static java.lang.String[] |
sort(java.lang.String[] names)
Sorts the specified array of Strings shortest-first and returns it.
|