Uses of Class
com.github.rvesse.airline.types.numerics.NumericCandidate
Packages that use NumericCandidate
Package
Description
-
Uses of NumericCandidate in com.github.rvesse.airline.types.numerics
Methods in com.github.rvesse.airline.types.numerics that return NumericCandidateMethods in com.github.rvesse.airline.types.numerics with parameters of type NumericCandidateModifier and TypeMethodDescriptionprotected BigDecimal
ComplexNumericTypeConverter.getBigDecimal
(NumericCandidate candidate) protected BigInteger
ComplexNumericTypeConverter.getBigInteger
(NumericCandidate candidate) protected Double
ComplexNumericTypeConverter.getDouble
(NumericCandidate candidate) protected Float
ComplexNumericTypeConverter.getFloat
(NumericCandidate candidate) protected 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 NumericCandidateMethods in com.github.rvesse.airline.types.numerics.abbreviated with parameters of type NumericCandidateModifier and TypeMethodDescriptionprotected 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 NumericCandidateModifier and TypeMethodDescriptionprotected int
Binary.getRadix
(NumericCandidate candidate) protected int
Hexadecimal.getRadix
(NumericCandidate candidate) protected int
Octal.getRadix
(NumericCandidate candidate)