Beispiel #1
0
 public long getComputedValue(long value) throws Exception {
   return Numeral.CD.computedValue(value);
 }
Beispiel #2
0
 public String getNumeralValue(long value) throws Exception {
   return Numeral.CD.value(value);
 }