|
| static final CharsetDecoder | decoder = Charset.forName("iso-8859-1").newDecoder() |
| |
| static final int | hashArch = "arch".hashCode() |
| |
| static final int | hashDirection = "direction".hashCode() |
| |
| static final int | hashEnd = "end".hashCode() |
| |
| static final int | hashEndmsg = "endmsg".hashCode() |
| |
| static final int [] | hashes |
| |
| static final int | hashFace = "face".hashCode() |
| |
| static final int | hashMsg = "msg".hashCode() |
| |
| static final int | hashType = "type".hashCode() |
| |
| static final int | hashX = "x".hashCode() |
| |
| static final int | hashY = "y".hashCode() |
| |
| static Pattern | lineSplit = Pattern.compile("\n") |
| |
| static String | testFileName |
| |
| static Pattern | wordSplit = Pattern.compile("\\s+") |
| |
Definition at line 22 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 |
◆ 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
| final int [] PerfTestMapDecode.hashes |
|
staticprivate |
◆ 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 |
◆ testFileName
| String PerfTestMapDecode.testFileName |
|
staticprivate |
◆ wordSplit
| Pattern PerfTestMapDecode.wordSplit = Pattern.compile("\\s+") |
|
staticprivate |
The documentation for this class was generated from the following file: