Class Root<T extends CharSequence>
java.lang.Object
org.apache.lucene.analysis.hunspell.Root<T>
- All Implemented Interfaces:
Comparable<Root<T>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
word
-
entryId
final int entryId
-
-
Constructor Details
-
Root
Root(T word, int entryId)
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<T extends CharSequence>
-