public class ArrayListFourLongs extends AbstractArrayListTest<FourLongs>
listrand, size| Constructor and Description |
|---|
ArrayListFourLongs() |
| Modifier and Type | Method and Description |
|---|---|
void |
iterate(org.openjdk.jmh.infra.Blackhole bh)
Iterates through the test list.
|
FourLongs |
newInstance()
Creates a new instance of the test class, with fields populated with random values.
|
bytes, iterateInPlace, setup, shuffle, sortsetRandomSeed, setSizepublic FourLongs newInstance()
AbstractArrayListTestnewInstance in class AbstractArrayListTest<FourLongs>public void iterate(org.openjdk.jmh.infra.Blackhole bh)
AbstractListTestiterate in class AbstractListTestbh - The blackhole to throw your data into.Copyright © 2015. All rights reserved.