Class NumberNameToString
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.NumberNameToString
- All Implemented Interfaces:
LongFunction<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 -
Method Summary
-
Constructor Details
-
NumberNameToString
public NumberNameToString()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<String>
-