|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.didion.jwnl.data.LexFileIdMap
public class LexFileIdMap
LexFileIdMap maps the names of the lexiographer files to the identifiers found in the data.pos files.
Constructor Summary | |
---|---|
LexFileIdMap()
|
Method Summary | |
---|---|
static long |
getFileId(java.lang.String fileName)
Gets the file id based on the name. |
static java.lang.String |
getFileName(long id)
Gets the file name based on an id. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LexFileIdMap()
Method Detail |
---|
public static java.lang.String getFileName(long id)
id
- - the file id: see LEXNAMES(5WN)
public static long getFileId(java.lang.String fileName)
fileName
- the file name: see LEXNAMES(5WN)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |