Class ListShuffleBenchmark.LinkedListData
- java.lang.Object
-
- org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.LinkedListData
-
- Enclosing class:
- ListShuffleBenchmark
public static class ListShuffleBenchmark.LinkedListData extends Object
The LinkedList to shuffle.This is used to determine the threshold to switch from the direct shuffle of a list without RandomAccess to the iterator based version.
-
-
Constructor Summary
Constructors Constructor Description LinkedListData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getList()Gets the list.org.apache.commons.rng.UniformRandomProvidergetRNG()Gets the uniform random provider.voidsetup()Create the list.
-
-
-
Constructor Detail
-
LinkedListData
public LinkedListData()
-
-