Class ListTemplate

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

public class ListTemplate extends Object implements LongFunction<List<String>>
Create a List<String> based on two functions, the first to determine the list size, and the second to populate the list with string values. The input fed to the second function is incremented between elements.