Class SetFunctions

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

public class SetFunctions extends Object implements LongFunction<Set<Object>>
Create a Set from a long input based on a set of provided functions. Any duplicate values are elided. As a 'Pair-wise' function, the size of the resulting collection is determined directly by the number of provided element functions. As neither a 'Stepped' nor a 'Hashed' function, the input value used by each element function is the same as that provided to the outer function.