Class KiloAs1000
java.lang.Object
com.github.rvesse.airline.types.numerics.DefaultNumericConverter
com.github.rvesse.airline.types.numerics.ComplexNumericTypeConverter
com.github.rvesse.airline.types.numerics.abbreviated.AbbreviatedNumericTypeConverter
com.github.rvesse.airline.types.numerics.abbreviated.MapAbbreviatedNumericTypeConverter
com.github.rvesse.airline.types.numerics.abbreviated.SequenceAbbreviatedNumericTypeConverter
com.github.rvesse.airline.types.numerics.abbreviated.KiloAs1000
- All Implemented Interfaces:
NumericTypeConverter, TypeConverterProvider
A numeric type converter that supports standard using suffixes -
k m b t - to abbreviate numbers expressed in
terms of thousands, millions, billions or trillions-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SequenceAbbreviatedNumericTypeConverter
buildSuffixesMethods inherited from class MapAbbreviatedNumericTypeConverter
getMultiplier, getPermittedPrefixes, getPermittedSuffixes, getRadix, isCaseSensitiveMethods inherited from class AbbreviatedNumericTypeConverter
getMultiplier, getRadix, parseMethods inherited from class ComplexNumericTypeConverter
getBigDecimal, getBigInteger, getDouble, getFloat, getLong, tryConvertBigDecimal, tryConvertBigInteger, tryConvertByte, tryConvertDouble, tryConvertFloat, tryConvertInteger, tryConvertLong, tryConvertShortMethods inherited from class DefaultNumericConverter
getTypeConverter, getTypeConverter, tryConvertNumerics
-
Constructor Details
-
KiloAs1000
public KiloAs1000()
-