Class WordStorage.MyFlyweightEntry
java.lang.Object
org.apache.lucene.analysis.hunspell.FlyweightEntry
org.apache.lucene.analysis.hunspell.WordStorage.MyFlyweightEntry
- Enclosing class:
WordStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CharsRef(package private) intprivate final IntsRefprivate final ByteArrayDataInputprivate final CharSequence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) IntsRefforms()(package private) boolean(package private) CharSequence(package private) CharsRefroot()
-
Field Details
-
chars
-
in
-
dataPos
int dataPos -
forms
-
lower
-
-
Constructor Details
-
MyFlyweightEntry
MyFlyweightEntry(CharsRef chars, ByteArrayDataInput in)
-
-
Method Details
-
hasTitleCase
boolean hasTitleCase()- Specified by:
hasTitleCasein classFlyweightEntry
-
root
CharsRef root()- Specified by:
rootin classFlyweightEntry
-
lowerCaseRoot
CharSequence lowerCaseRoot()- Specified by:
lowerCaseRootin classFlyweightEntry
-
forms
IntsRef forms()- Specified by:
formsin classFlyweightEntry
-