Class NumberNameToString
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_long.to_string.NumberNameToString
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.String>
public class NumberNameToString extends java.lang.Object implements java.util.function.LongFunction<java.lang.String>Provides the spelled-out name of a number. For example, an input of 7 would yield "seven". An input of 4234 yields the value "four thousand thirty four". The maximum value is limited at 999,999,999.
-
-
Constructor Summary
Constructors Constructor Description NumberNameToString()
-
Method Summary
Modifier and Type Method Description java.lang.Stringapply(long input)
-