Class Set

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

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

To create Sets of Strings from the String version of the same mapping functions, simply use StringSet instead.