Uses of Class
com.github.rvesse.airline.types.numerics.ComplexNumericTypeConverter
-
Packages that use ComplexNumericTypeConverter Package Description com.github.rvesse.airline.types.numerics.abbreviated com.github.rvesse.airline.types.numerics.bases -
-
Uses of ComplexNumericTypeConverter in com.github.rvesse.airline.types.numerics.abbreviated
Subclasses of ComplexNumericTypeConverter in com.github.rvesse.airline.types.numerics.abbreviated Modifier and Type Class Description classAbbreviatedNumericTypeConverterclassKiloAs1000A numeric type converter that supports standard using suffixes -k m b t- to abbreviate numbers expressed in terms of thousands, millions, billions or trillionsclassKiloAs1024A numeric type converter that supports suffixes used to denote base 2 kilo unitsclassMapAbbreviatedNumericTypeConverterclassMultiSequenceAbbreviatedNumericTypeConverterclassSequenceAbbreviatedNumericTypeConverter -
Uses of ComplexNumericTypeConverter in com.github.rvesse.airline.types.numerics.bases
Subclasses of ComplexNumericTypeConverter in com.github.rvesse.airline.types.numerics.bases Modifier and Type Class Description classBinaryA type converter that supports binary numbersclassHexadecimalA type converter that supports hexadecimal numbersclassOctalA type converter that supports octal numbers
-