public class UnsafeListEightLongs extends AbstractUnsafeListTest<EightLongs>
listr, size| Constructor and Description |
|---|
UnsafeListEightLongs() |
| Modifier and Type | Method and Description |
|---|---|
void |
iterate(org.openjdk.jmh.infra.Blackhole bh) |
void |
iterateInPlace(org.openjdk.jmh.infra.Blackhole bh) |
EightLongs |
newInstance(EightLongs p)
Populates the fields of obj with random values.
|
Class<EightLongs> |
testClass() |
bytes, setup, shuffle, sortsetRandomSeed, setSizepublic Class<EightLongs> testClass()
testClass in class AbstractUnsafeListTest<EightLongs>public EightLongs newInstance(EightLongs p)
AbstractUnsafeListTestnewInstance in class AbstractUnsafeListTest<EightLongs>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.