Class SetHashed
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_collection.SetHashed
- All Implemented Interfaces:
LongFunction<Set<Object>>
Create a Set 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, assuming no duplicate values.
As a 'Hashed' function, the input value is hashed again before being used by each element function.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SetHashed
-
-
Method Details
-
apply
-