public class UnsafeListFourLongs extends AbstractUnsafeListTest<FourLongs>
listr, size| Constructor and Description |
|---|
UnsafeListFourLongs() |
| Modifier and Type | Method and Description |
|---|---|
void |
iterate(org.openjdk.jmh.infra.Blackhole bh) |
void |
iterateInPlace(org.openjdk.jmh.infra.Blackhole bh) |
FourLongs |
newInstance(FourLongs p)
Populates the fields of obj with random values.
|
Class<FourLongs> |
testClass() |
bytes, setup, shuffle, sortsetRandomSeed, setSizepublic Class<FourLongs> testClass()
testClass in class AbstractUnsafeListTest<FourLongs>public FourLongs newInstance(FourLongs p)
AbstractUnsafeListTestnewInstance in class AbstractUnsafeListTest<FourLongs>p - The object to populatepublic void iterate(org.openjdk.jmh.infra.Blackhole bh)
iterate in class AbstractListTestpublic void iterateInPlace(org.openjdk.jmh.infra.Blackhole bh)
iterateInPlace in class AbstractListTestCopyright © 2015. All rights reserved.