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 NumericCandidateComplexNumericTypeConverter. 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.BigDecimalComplexNumericTypeConverter. getBigDecimal(NumericCandidate candidate)protected java.math.BigIntegerComplexNumericTypeConverter. getBigInteger(NumericCandidate candidate)protected java.lang.DoubleComplexNumericTypeConverter. getDouble(NumericCandidate candidate)protected java.lang.FloatComplexNumericTypeConverter. getFloat(NumericCandidate candidate)protected java.lang.LongComplexNumericTypeConverter. getLong(NumericCandidate candidate)protected longComplexNumericTypeConverter. getMultiplier(NumericCandidate candidate)protected intComplexNumericTypeConverter. 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 NumericCandidateAbbreviatedNumericTypeConverter. 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 longAbbreviatedNumericTypeConverter. getMultiplier(NumericCandidate candidate)protected intAbbreviatedNumericTypeConverter. 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 intBinary. getRadix(NumericCandidate candidate)protected intHexadecimal. getRadix(NumericCandidate candidate)protected intOctal. getRadix(NumericCandidate candidate)
-