Class ConvTable
- java.lang.Object
-
- org.apache.lucene.analysis.hunspell.ConvTable
-
class ConvTable extends java.lang.Object
ICONV or OCONV replacement table
-
-
Field Summary
Fields Modifier and Type Field Description private FixedBitSet
firstCharHashes
private FST<CharsRef>
fst
private int
mod
-
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) void
applyMappings(java.lang.StringBuilder sb)
(package private) boolean
mightReplaceChar(char c)
-
-
-
Field Detail
-
firstCharHashes
private final FixedBitSet firstCharHashes
-
mod
private final int mod
-
-