Definition at line 19 of file PerfTestMapDecode.java.
◆ bufReadAll()
static void PerfTestMapDecode.bufReadAll |
( |
| ) |
throws IOException |
|
static |
◆ bufReadManBuf()
static void PerfTestMapDecode.bufReadManBuf |
( |
| ) |
throws IOException |
|
static |
◆ current()
static void PerfTestMapDecode.current |
( |
| ) |
throws IOException |
|
static |
◆ main()
static void PerfTestMapDecode.main |
( |
final String... |
args | ) |
throws Throwable |
|
static |
◆ manualEquals()
static void PerfTestMapDecode.manualEquals |
( |
| ) |
throws IOException |
|
static |
◆ manualEqualsCashedHash()
static void PerfTestMapDecode.manualEqualsCashedHash |
( |
| ) |
throws IOException |
|
static |
Definition at line 291 of file PerfTestMapDecode.java.
References hashArch, hashDirection, hashEnd, hashEndmsg, hashFace, hashMsg, hashType, hashX, hashY, sum, and testFileName.
◆ manualEqualsCashedHashSwitch()
static void PerfTestMapDecode.manualEqualsCashedHashSwitch |
( |
| ) |
throws IOException |
|
static |
◆ manualEqualsHash()
static void PerfTestMapDecode.manualEqualsHash |
( |
| ) |
throws IOException |
|
static |
◆ nioByte()
static void PerfTestMapDecode.nioByte |
( |
| ) |
throws IOException |
|
static |
◆ nioChar()
static void PerfTestMapDecode.nioChar |
( |
| ) |
throws IOException |
|
static |
◆ nioManual()
static void PerfTestMapDecode.nioManual |
( |
| ) |
throws IOException |
|
static |
◆ old()
static void PerfTestMapDecode.old |
( |
| ) |
throws IOException |
|
static |
◆ splitEqualsPattern()
static void PerfTestMapDecode.splitEqualsPattern |
( |
| ) |
throws IOException |
|
static |
◆ splitEqualsString()
static void PerfTestMapDecode.splitEqualsString |
( |
| ) |
throws IOException |
|
static |
◆ decoder
final CharsetDecoder PerfTestMapDecode.decoder = Charset.forName("iso-8859-1").newDecoder() |
|
staticprivate |
◆ hashArch
final int PerfTestMapDecode.hashArch = "arch".hashCode() |
|
staticprivate |
◆ hashDirection
final int PerfTestMapDecode.hashDirection = "direction".hashCode() |
|
staticprivate |
◆ hashEnd
final int PerfTestMapDecode.hashEnd = "end".hashCode() |
|
staticprivate |
◆ hashEndmsg
final int PerfTestMapDecode.hashEndmsg = "endmsg".hashCode() |
|
staticprivate |
◆ hashes
◆ hashFace
final int PerfTestMapDecode.hashFace = "face".hashCode() |
|
staticprivate |
◆ hashMsg
final int PerfTestMapDecode.hashMsg = "msg".hashCode() |
|
staticprivate |
◆ hashType
final int PerfTestMapDecode.hashType = "type".hashCode() |
|
staticprivate |
◆ hashX
final int PerfTestMapDecode.hashX = "x".hashCode() |
|
staticprivate |
◆ hashY
final int PerfTestMapDecode.hashY = "y".hashCode() |
|
staticprivate |
◆ lineSplit
Pattern PerfTestMapDecode.lineSplit = Pattern.compile("\n") |
|
staticprivate |
◆ NUM_OF_TEST_REPETITIONS
final int PerfTestMapDecode.NUM_OF_TEST_REPETITIONS = 200 |
|
static |
◆ sum
int PerfTestMapDecode.sum |
|
static |
Definition at line 25 of file PerfTestMapDecode.java.
Referenced by bufReadAll(), bufReadManBuf(), current(), main(), manualEquals(), manualEqualsCashedHash(), manualEqualsCashedHashSwitch(), manualEqualsHash(), nioByte(), nioChar(), nioManual(), old(), splitEqualsPattern(), and splitEqualsString().
◆ testFileName
String PerfTestMapDecode.testFileName |
|
staticprivate |
Definition at line 23 of file PerfTestMapDecode.java.
Referenced by bufReadAll(), bufReadManBuf(), current(), main(), manualEquals(), manualEqualsCashedHash(), manualEqualsCashedHashSwitch(), manualEqualsHash(), nioByte(), nioChar(), nioManual(), old(), splitEqualsPattern(), and splitEqualsString().
◆ wordSplit
Pattern PerfTestMapDecode.wordSplit = Pattern.compile("\\s+") |
|
staticprivate |
The documentation for this class was generated from the following file: