public class UnsafeListFourLongs extends AbstractUnsafeListTest<FourLongs>
listrand, size| Constructor and Description |
|---|
UnsafeListFourLongs() |
| Modifier and Type | Method and Description |
|---|---|
void |
iterate(org.openjdk.jmh.infra.Blackhole bh)
Iterates through the test list.
|
void |
iterateInPlace(org.openjdk.jmh.infra.Blackhole bh)
Iterates through the test list (if it is a InplaceList).
|
FourLongs |
newInstance(FourLongs obj)
Populates the fields of obj with random values.
|
Class<FourLongs> |
testClass()
Returns the class under test being used within the generic list.
|
bytes, setup, shuffle, sortsetRandomSeed, setSizepublic Class<FourLongs> testClass()
AbstractUnsafeListTesttestClass in class AbstractUnsafeListTest<FourLongs>public FourLongs newInstance(FourLongs obj)
AbstractUnsafeListTestnewInstance in class AbstractUnsafeListTest<FourLongs>obj - The object to populatepublic void iterate(org.openjdk.jmh.infra.Blackhole bh)
AbstractListTestiterate in class AbstractListTestbh - The blackhole to throw your data into.public void iterateInPlace(org.openjdk.jmh.infra.Blackhole bh)
AbstractListTestiterateInPlace in class AbstractListTestbh - The blackhole to throw your data into.Copyright © 2015. All rights reserved.