public class UnsafeListEightLongs extends AbstractUnsafeListTest<EightLongs>
listrand, size| Constructor and Description |
|---|
UnsafeListEightLongs() |
| 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).
|
EightLongs |
newInstance(EightLongs obj)
Populates the fields of obj with random values.
|
Class<EightLongs> |
testClass()
Returns the class under test being used within the generic list.
|
bytes, setup, shuffle, sortsetRandomSeed, setSizepublic Class<EightLongs> testClass()
AbstractUnsafeListTesttestClass in class AbstractUnsafeListTest<EightLongs>public EightLongs newInstance(EightLongs obj)
AbstractUnsafeListTestnewInstance in class AbstractUnsafeListTest<EightLongs>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.