Package org.omegat.core.dictionaries
Class DictionaryEntry
java.lang.Object
org.omegat.core.dictionaries.DictionaryEntry
- All Implemented Interfaces:
Comparable<DictionaryEntry>
Class for store one dictionary entry.
-
Constructor Summary
ConstructorsConstructorDescriptionDictionaryEntry(String word, String article) DictionaryEntry(String query, String word, String article) -
Method Summary
-
Constructor Details
-
DictionaryEntry
-
DictionaryEntry
-
-
Method Details
-
getQuery
-
getWord
-
getArticle
-
compareTo
- Specified by:
compareToin interfaceComparable<DictionaryEntry>
-