Class Root<T extends java.lang.CharSequence>
- java.lang.Object
-
- org.apache.lucene.analysis.hunspell.Root<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Root<T> o)
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
word
final T extends java.lang.CharSequence word
-
entryId
final int entryId
-
-
Constructor Detail
-
Root
Root(T word, int entryId)
-
-