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) int
private final IntsRef
private final ByteArrayDataInput
private final CharSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) IntsRef
forms()
(package private) boolean
(package private) CharSequence
(package private) CharsRef
root()
-
Field Details
-
chars
-
in
-
dataPos
int dataPos -
forms
-
lower
-
-
Constructor Details
-
MyFlyweightEntry
MyFlyweightEntry(CharsRef chars, ByteArrayDataInput in)
-
-
Method Details
-
hasTitleCase
boolean hasTitleCase()- Specified by:
hasTitleCase
in classFlyweightEntry
-
root
CharsRef root()- Specified by:
root
in classFlyweightEntry
-
lowerCaseRoot
CharSequence lowerCaseRoot()- Specified by:
lowerCaseRoot
in classFlyweightEntry
-
forms
IntsRef forms()- Specified by:
forms
in classFlyweightEntry
-