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 BigDecimalComplexNumericTypeConverter.getBigDecimal(NumericCandidate candidate) protected BigIntegerComplexNumericTypeConverter.getBigInteger(NumericCandidate candidate) protected DoubleComplexNumericTypeConverter.getDouble(NumericCandidate candidate) protected FloatComplexNumericTypeConverter.getFloat(NumericCandidate candidate) protected 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 NumericCandidateMethods in com.github.rvesse.airline.types.numerics.abbreviated with parameters of type NumericCandidateModifier and TypeMethodDescriptionprotected 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 NumericCandidateModifier and TypeMethodDescriptionprotected intBinary.getRadix(NumericCandidate candidate) protected intHexadecimal.getRadix(NumericCandidate candidate) protected intOctal.getRadix(NumericCandidate candidate)