Package net.sourceforge.argparse4j.impl.choice
-
Class Summary Class Description CollectionArgumentChoice<E> Choice from given collection of values.RangeArgumentChoice<T extends java.lang.Comparable<T>> Choices from given range.
| Class | Description |
|---|---|
| CollectionArgumentChoice<E> |
Choice from given collection of values.
|
| RangeArgumentChoice<T extends java.lang.Comparable<T>> |
Choices from given range.
|