Class ListStepped

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

public class ListStepped extends Object implements LongFunction<List<Object>>
Create a List from a long input based on a set of provided functions. As a 'Pair-wise' function, the size of the resulting collection is determined directly by the number of provided element functions. As a 'Stepped' function, the input value is incremented before being used by each element function.