Class ContinuousOpts.ShortConverter

  • All Implemented Interfaces:
    com.beust.jcommander.IStringConverter<Short>
    Enclosing class:
    ContinuousOpts

    public static class ContinuousOpts.ShortConverter
    extends Object
    implements com.beust.jcommander.IStringConverter<Short>
    • Constructor Detail

      • ShortConverter

        public ShortConverter()
    • Method Detail

      • convert

        public Short convert​(String value)
        Specified by:
        convert in interface com.beust.jcommander.IStringConverter<Short>