All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.finance.tradukisto.internal.BaseValues Maven / Gradle / Ivy

Go to download

Small java library created to convert numbers to their word representations

The newest version!
package pl.allegro.finance.tradukisto.internal;

import pl.allegro.finance.tradukisto.internal.languages.GenderForms;
import pl.allegro.finance.tradukisto.internal.languages.PluralForms;

import java.util.List;
import java.util.Map;

public interface BaseValues {

    Map baseNumbers();

    List pluralForms();

    String currency();

    char twoDigitsNumberSeparator();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy