Class HashedRangeToLongList

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

public class HashedRangeToLongList extends Object implements LongFunction<List<Long>>
Create a list of longs.
  • Constructor Details

    • HashedRangeToLongList

      public HashedRangeToLongList(int minVal, int maxVal, int minSize, int maxSize)
  • Method Details