Skip navigation links
C F I M P R 

C

CHECK_REGEXP - Static variable in class com.github.fracpete.romannumerals4j.RomanNumeralFormat
expression for checking roman numeral.
com.github.fracpete.romannumerals4j - package com.github.fracpete.romannumerals4j
 

F

format(double, StringBuffer, FieldPosition) - Method in class com.github.fracpete.romannumerals4j.RomanNumeralFormat
Specialization of format.
format(long, StringBuffer, FieldPosition) - Method in class com.github.fracpete.romannumerals4j.RomanNumeralFormat
Specialization of format.

I

isGroupingUsed() - Method in class com.github.fracpete.romannumerals4j.RomanNumeralFormat
Returns whether grouping is used.
isParseIntegerOnly() - Method in class com.github.fracpete.romannumerals4j.RomanNumeralFormat
Returns whether numbers are parsed as integers.

M

m_RomanNumerals - Static variable in class com.github.fracpete.romannumerals4j.RomanNumeralFormat
the hashmap for the numerals.

P

parse(String, ParsePosition) - Method in class com.github.fracpete.romannumerals4j.RomanNumeralFormat
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals), otherwise a Double.
processDecimal(int, int, int) - Method in class com.github.fracpete.romannumerals4j.RomanNumeralFormat
Adds/subtracts the decimal from the lastDecimal based on lastNumber.

R

repeatFormat(String, int) - Method in class com.github.fracpete.romannumerals4j.RomanNumeralFormat
Repeats the format string a number of times.
RomanNumeralFormat - Class in com.github.fracpete.romannumerals4j
Simple format/parse class for Roman Numerals, sourced from several StackOverflow posts.
RomanNumeralFormat() - Constructor for class com.github.fracpete.romannumerals4j.RomanNumeralFormat
 
C F I M P R 
Skip navigation links

Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.