public abstract class AbstractArrayListTest<T extends Comparable<T>> extends AbstractListTest
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<T> |
list |
r, size| Constructor and Description |
|---|
AbstractArrayListTest() |
| Modifier and Type | Method and Description |
|---|---|
long |
bytes() |
void |
iterateInPlace(org.openjdk.jmh.infra.Blackhole bh) |
abstract T |
newInstance() |
void |
setup() |
void |
shuffle() |
void |
sort() |
iterate, setRandomSeed, setSizeprotected ArrayList<T extends Comparable<T>> list
public abstract T newInstance()
public void setup()
setup in class AbstractListTestpublic long bytes()
bytes in class AbstractListTestpublic void shuffle()
shuffle in class AbstractListTestpublic void sort()
sort in class AbstractListTestpublic void iterateInPlace(org.openjdk.jmh.infra.Blackhole bh)
iterateInPlace in class AbstractListTestCopyright © 2015. All rights reserved.