Package net.didion.jwnl.dictionary
Class MapBackedDictionary.MapTableKey
- java.lang.Object
-
- net.didion.jwnl.dictionary.MapBackedDictionary.MapTableKey
-
- Enclosing class:
- MapBackedDictionary
private static final class MapBackedDictionary.MapTableKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DictionaryFileType
_fileType
private POS
_pos
-
Constructor Summary
Constructors Modifier Constructor Description private
MapTableKey(POS pos, DictionaryFileType fileType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
_pos
private POS _pos
-
_fileType
private DictionaryFileType _fileType
-
-
Constructor Detail
-
MapTableKey
private MapTableKey(POS pos, DictionaryFileType fileType)
-
-