Uses of Class
com.github.rvesse.airline.types.numerics.NumericCandidate
-
Packages that use NumericCandidate Package Description com.github.rvesse.airline.types.numerics com.github.rvesse.airline.types.numerics.abbreviated com.github.rvesse.airline.types.numerics.bases -
-
Uses of NumericCandidate in com.github.rvesse.airline.types.numerics
Methods in com.github.rvesse.airline.types.numerics that return NumericCandidate Modifier and Type Method Description protected NumericCandidate
ComplexNumericTypeConverter. parse(java.lang.String value)
Methods in com.github.rvesse.airline.types.numerics with parameters of type NumericCandidate Modifier and Type Method Description protected java.math.BigDecimal
ComplexNumericTypeConverter. getBigDecimal(NumericCandidate candidate)
protected java.math.BigInteger
ComplexNumericTypeConverter. getBigInteger(NumericCandidate candidate)
protected java.lang.Double
ComplexNumericTypeConverter. getDouble(NumericCandidate candidate)
protected java.lang.Float
ComplexNumericTypeConverter. getFloat(NumericCandidate candidate)
protected java.lang.Long
ComplexNumericTypeConverter. getLong(NumericCandidate candidate)
protected long
ComplexNumericTypeConverter. getMultiplier(NumericCandidate candidate)
protected int
ComplexNumericTypeConverter. getRadix(NumericCandidate candidate)
-
Uses of NumericCandidate in com.github.rvesse.airline.types.numerics.abbreviated
Methods in com.github.rvesse.airline.types.numerics.abbreviated that return NumericCandidate Modifier and Type Method Description protected NumericCandidate
AbbreviatedNumericTypeConverter. parse(java.lang.String value)
Methods in com.github.rvesse.airline.types.numerics.abbreviated with parameters of type NumericCandidate Modifier and Type Method Description protected long
AbbreviatedNumericTypeConverter. getMultiplier(NumericCandidate candidate)
protected int
AbbreviatedNumericTypeConverter. getRadix(NumericCandidate candidate)
-
Uses of NumericCandidate in com.github.rvesse.airline.types.numerics.bases
Methods in com.github.rvesse.airline.types.numerics.bases with parameters of type NumericCandidate Modifier and Type Method Description protected int
Binary. getRadix(NumericCandidate candidate)
protected int
Hexadecimal. getRadix(NumericCandidate candidate)
protected int
Octal. getRadix(NumericCandidate candidate)
-