Class NumberNameToString

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.NumberNameToString
All Implemented Interfaces:
LongFunction<String>

public class NumberNameToString extends Object implements 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 Details

    • NumberNameToString

      public NumberNameToString()
  • Method Details