Class Set
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_collection.Set
- All Implemented Interfaces:
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.
-
Constructor Summary
ConstructorsConstructorDescriptionSet(LongFunction<Object> sizeFunc, LongFunction<Object> valueFunc) Deprecated.Set(LongFunction<Object> sizeFunc, LongToIntFunction valueFunc) Deprecated.Set(LongFunction<Object> sizeFunc, LongUnaryOperator valueFunc) Deprecated.Set(LongToIntFunction sizeFunc, LongFunction<Object> valueFunc) Deprecated.Set(LongToIntFunction sizeFunc, LongToIntFunction valueFunc) Deprecated.Set(LongToIntFunction sizeFunc, LongUnaryOperator valueFunc) Deprecated.Set(LongUnaryOperator sizeFunc, LongFunction<Object> valueFunc) Deprecated.Set(LongUnaryOperator sizeFunc, LongToIntFunction valueFunc) Deprecated.Set(LongUnaryOperator sizeFunc, LongUnaryOperator valueFunc) Deprecated. -
Method Summary
-
Constructor Details
-
Set
Deprecated. -
Set
Deprecated. -
Set
Deprecated. -
Set
Deprecated. -
Set
Deprecated. -
Set
Deprecated. -
Set
Deprecated. -
Set
Deprecated. -
Set
Deprecated.
-
-
Method Details
-
apply
-