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