public class RomanNumeralTransformer extends Object implements Transformer
| Constructor and Description |
|---|
RomanNumeralTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toRomanValue(int arabicValue) |
String |
transform(String s)
Transform
s into another String. |
public RomanNumeralTransformer()
public static String toRomanValue(int arabicValue)
public String transform(String s)
Transformers into another String.transform in interface Transformers - The string to transformCopyright © 2012–2014 Royal Botanic Gardens, Kew. All rights reserved.