Uses of Interface
com.atlassian.greenhopper.model.lexorank.LexoNumeralSystem
Packages that use LexoNumeralSystem
-
Uses of LexoNumeralSystem in com.atlassian.greenhopper.model.lexorank
Fields in com.atlassian.greenhopper.model.lexorank declared as LexoNumeralSystemModifier and TypeFieldDescriptionstatic final LexoNumeralSystemLexoNumeralSystem.BASE_10static final LexoNumeralSystemLexoNumeralSystem.BASE_36static final LexoNumeralSystemLexoNumeralSystem.BASE_64static final LexoNumeralSystemLexoRank.NUMERAL_SYSTEMMethods in com.atlassian.greenhopper.model.lexorank that return LexoNumeralSystemMethods in com.atlassian.greenhopper.model.lexorank with parameters of type LexoNumeralSystemModifier and TypeMethodDescriptionstatic LexoDecimalLexoDecimal.fromInt(int value, LexoNumeralSystem system) static List<LexoDecimal> LexoNumeralSystemHelper.getBaseDivisors(LexoNumeralSystem lexoNumeralSystem, int fractionMagnitude) static LexoDecimalLexoDecimal.half(LexoNumeralSystem sys) static LexoIntegerLexoInteger.make(LexoNumeralSystem sys, int sign, int[] mag) protected static LexoIntegerLexoInteger.one(LexoNumeralSystem sys) static LexoDecimalLexoDecimal.parse(String str, LexoNumeralSystem system) static LexoIntegerLexoInteger.parse(String strFull, LexoNumeralSystem system) protected static LexoIntegerLexoInteger.zero(LexoNumeralSystem sys)