Uses of Class
net.sourceforge.argparse4j.impl.choice.RangeArgumentChoice
Packages that use RangeArgumentChoice
-
Uses of RangeArgumentChoice in net.sourceforge.argparse4j.impl
Methods in net.sourceforge.argparse4j.impl that return RangeArgumentChoiceModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
RangeArgumentChoice<T> Arguments.range
(T min, T max) Creates new range constrained choice.