io.github.osamabmaq.tafqeetj.numbers.BasicNumberPlacesNames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of TafqeetJ Show documentation
Show all versions of TafqeetJ Show documentation
A Java library to convert numbers from digital format to words format in Arabic language.
The newest version!
package io.github.osamabmaq.tafqeetj.numbers;
import java.util.Map;
public interface BasicNumberPlacesNames {
Map getOnesMap();
Map getComposedNumbersMap();
Map getTensMap();
Map getHundredsMap();
}