public class LongIntMapTest extends AbstractJMHTestRunner
| Modifier and Type | Field and Description |
|---|---|
boolean |
fullyRandom |
int |
mapSizeDividedBy16000 |
| Constructor and Description |
|---|
LongIntMapTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTest(org.openjdk.jmh.infra.Blackhole blackHole) |
void |
get(org.openjdk.jmh.infra.Blackhole blackHole) |
void |
presizedPut() |
void |
put() |
void |
remove() |
void |
setUp() |
void |
shuffle(long[] longArray,
Random rnd) |
runTestspublic int mapSizeDividedBy16000
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 copyTest(org.openjdk.jmh.infra.Blackhole blackHole)
public void shuffle(long[] longArray,
Random rnd)
Copyright © 2004–2016. All rights reserved.