Class PortugueseNumberToWordsConverterAdapter
- java.lang.Object
-
- pl.allegro.finance.tradukisto.internal.converters.NumberToWordsConverter
-
- pl.allegro.finance.tradukisto.internal.languages.portuguese.PortugueseNumberToWordsConverterAdapter
-
- All Implemented Interfaces:
IntegerToStringConverter,LongToStringConverter
public class PortugueseNumberToWordsConverterAdapter extends NumberToWordsConverter
-
-
Field Summary
-
Fields inherited from class pl.allegro.finance.tradukisto.internal.converters.NumberToWordsConverter
hundredsToWordsConverter
-
-
Constructor Summary
Constructors Constructor Description PortugueseNumberToWordsConverterAdapter(IntegerToStringConverter hundredsToWordsConverter, java.util.List<PluralForms> pluralForms)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringjoinValueChunksWithForms(java.util.Iterator<java.lang.Integer> chunks, java.util.Iterator<PluralForms> formsToUse)-
Methods inherited from class pl.allegro.finance.tradukisto.internal.converters.NumberToWordsConverter
asWords, asWords, getRequiredFormsInReversedOrder, joinParts
-
-
-
-
Constructor Detail
-
PortugueseNumberToWordsConverterAdapter
public PortugueseNumberToWordsConverterAdapter(IntegerToStringConverter hundredsToWordsConverter, java.util.List<PluralForms> pluralForms)
-
-
Method Detail
-
joinValueChunksWithForms
protected java.lang.String joinValueChunksWithForms(java.util.Iterator<java.lang.Integer> chunks, java.util.Iterator<PluralForms> formsToUse)- Overrides:
joinValueChunksWithFormsin classNumberToWordsConverter
-
-