Package picocli
Class CommandLine.Help.SortByOrder<T extends CommandLine.Model.IOrdered>
java.lang.Object
picocli.CommandLine.Help.SortByOrder<T>
- All Implemented Interfaces:
Comparator<T>
- Enclosing class:
CommandLine.Help
static class CommandLine.Help.SortByOrder<T extends CommandLine.Model.IOrdered>
extends Object
implements Comparator<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
SortByOrder
SortByOrder()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<T extends CommandLine.Model.IOrdered>
-