Class ListShuffleBenchmark.ListData
- java.lang.Object
-
- org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ShuffleData
-
- org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ListData
-
- Enclosing class:
- ListShuffleBenchmark
public static class ListShuffleBenchmark.ListData extends ListShuffleBenchmark.ShuffleData
The list to shuffle. Either an ArrayList or a LinkedList.
-
-
Constructor Summary
Constructors Constructor Description ListData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getList()Gets the list.voidsetupList()Create the list.-
Methods inherited from class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ShuffleData
getRandom, getRNG, getSize, setupGenerators
-
-