Class List

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

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

To directly create Lists of Strings from the String version of the same mapping functions, simply use StringList instead.

This function is not recommended, given that the other List functions are more clear about how they construct values. This function may be removed in the next major release, but it will be retained as deprecated for now.