Class ConvTable
- java.lang.Object
-
- org.apache.lucene.analysis.hunspell.ConvTable
-
class ConvTable extends java.lang.ObjectICONV or OCONV replacement table
-
-
Field Summary
Fields Modifier and Type Field Description private FixedBitSetfirstCharHashesprivate FST<CharsRef>fstprivate intmod
-
Constructor Summary
Constructors Constructor Description ConvTable(java.util.TreeMap<java.lang.String,java.lang.String> mappings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidapplyMappings(java.lang.StringBuilder sb)(package private) booleanmightReplaceChar(char c)
-
-
-
Field Detail
-
firstCharHashes
private final FixedBitSet firstCharHashes
-
mod
private final int mod
-
-