ListShuffleBenchmark_LinkedListData_jmhType_B1
public static class ListShuffleBenchmark.LinkedListData
extends java.lang.Object
This is used to determine the threshold to switch from the direct shuffle of a list without RandomAccess to the iterator based version.
Constructor | Description |
---|---|
LinkedListData() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<java.lang.Integer> |
getList() |
Gets the list.
|
org.apache.commons.rng.UniformRandomProvider |
getRNG() |
Gets the uniform random provider.
|
void |
setup() |
Create the list.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.