uk.ydubey.formatter.numtoword
Class ThreeDigitNumberInWordsFormatter

java.lang.Object
  extended by uk.ydubey.formatter.numtoword.NumberFormatter
      extended by uk.ydubey.formatter.numtoword.TwoDigitNumberInWordsFormatter
          extended by uk.ydubey.formatter.numtoword.ThreeDigitNumberInWordsFormatter
Direct Known Subclasses:
NumberInWordsFormatter

public class ThreeDigitNumberInWordsFormatter
extends TwoDigitNumberInWordsFormatter


Constructor Summary
protected ThreeDigitNumberInWordsFormatter()
           
 
Method Summary
static ThreeDigitNumberInWordsFormatter getInstance()
           
 int getLimit()
           
protected  String parseAndFormat(int number)
           
 
Methods inherited from class uk.ydubey.formatter.numtoword.NumberFormatter
format, join
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeDigitNumberInWordsFormatter

protected ThreeDigitNumberInWordsFormatter()
Method Detail

getInstance

public static ThreeDigitNumberInWordsFormatter getInstance()

getLimit

public int getLimit()
Overrides:
getLimit in class TwoDigitNumberInWordsFormatter

parseAndFormat

protected String parseAndFormat(int number)
Overrides:
parseAndFormat in class TwoDigitNumberInWordsFormatter


Copyright © 2012. All Rights Reserved.