com.atlassian.greenhopper.model.lexorank
Interface LexoNumeralSystem


public interface LexoNumeralSystem

A numeral system used by LexoInteger and LexoDecimal to define their base.


Field Summary
static LexoNumeralSystem BASE_10
           
static LexoNumeralSystem BASE_36
           
static LexoNumeralSystem BASE_64
           
 
Method Summary
 int getBase()
           
 char getNegativeChar()
           
 char getPositiveChar()
           
 char getRadixPointChar()
           
 char toChar(int digit)
           
 int toDigit(char ch)
           
 

Field Detail

BASE_10

static final LexoNumeralSystem BASE_10

BASE_36

static final LexoNumeralSystem BASE_36

BASE_64

static final LexoNumeralSystem BASE_64
Method Detail

getBase

int getBase()

getPositiveChar

char getPositiveChar()

getNegativeChar

char getNegativeChar()

getRadixPointChar

char getRadixPointChar()

toDigit

int toDigit(char ch)

toChar

char toChar(int digit)


Copyright © 2007-2014 Atlassian. All Rights Reserved.