public static class HashTable.Entry
extends java.lang.Object
| Constructor and Description |
|---|
Entry(int dwName1,
int dwName2,
int lcLocale,
int wPlatform,
int dwBlockIndex)
Instantiates a new entry.
|
Entry(java.nio.MappedByteBuffer in)
Instantiates a new entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBlockIndex(int index)
Sets the block index.
|
java.lang.String |
toString() |
void |
writeToBuffer(java.nio.ByteBuffer bb)
Write to buffer.
|
public Entry(int dwName1,
int dwName2,
int lcLocale,
int wPlatform,
int dwBlockIndex)
dwName1 - the dw name1dwName2 - the dw name2lcLocale - the lc localewPlatform - the w platformdwBlockIndex - the dw block indexpublic Entry(java.nio.MappedByteBuffer in)
throws java.io.IOException
in - the injava.io.IOException - Signals that an I/O exception has occurred.public void writeToBuffer(java.nio.ByteBuffer bb)
bb - the bbpublic void setBlockIndex(int index)
index - the new block indexpublic java.lang.String toString()
toString in class java.lang.Object