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

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

Go to download

Small java library created to convert numbers to their word representations

There is a newer version: 3.1.0
Show newest version
package pl.allegro.finance.tradukisto.internal;

public interface LongToStringConverter {
    String asWords(Long value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy