public class IntIntMapTest extends AbstractJMHTestRunner
| Modifier and Type | Field and Description |
|---|---|
boolean |
fullyRandom |
int |
mapSizeDividedBy64 |
| Constructor and Description |
|---|
IntIntMapTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
get(org.openjdk.jmh.infra.Blackhole blackHole) |
void |
presizedPut() |
void |
put() |
void |
remove() |
void |
setUp() |
void |
shuffle(int[] intArray,
Random rnd) |
runTestspublic int mapSizeDividedBy64
public boolean fullyRandom
public void setUp()
public void get(org.openjdk.jmh.infra.Blackhole blackHole)
public void put()
public void presizedPut()
public void remove()
public void shuffle(int[] intArray,
Random rnd)
Copyright © 2004–2016. All rights reserved.