public class GenericIndexedBenchmark extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
static int |
ITERATIONS |
int |
n |
| Constructor and Description |
|---|
GenericIndexedBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
void |
createElementsToSearch() |
void |
createGenericIndexed() |
void |
createIterationIndexes() |
void |
get(org.openjdk.jmh.infra.Blackhole bh) |
int |
indexOf() |
public static final int ITERATIONS
public int n
public int elementSize
public void createGenericIndexed()
throws IOException
IOExceptionpublic void createIterationIndexes()
public void createElementsToSearch()
public void get(org.openjdk.jmh.infra.Blackhole bh)
public int indexOf()
Copyright © 2011–2018. All rights reserved.