Class NGramList
java.lang.Object
com.ibm.icu.dev.tool.charsetdet.sbcs.NGramList
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate NGramList.NGramKeyMapper
protected final int
protected TreeMap
protected int
protected int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
keys()
void
void
setMapper
(NGramList.NGramKeyMapper nGramKeyMapper) values()
-
Field Details
-
ngrams
-
totalNGrams
protected int totalNGrams -
uniqueNGrams
protected int uniqueNGrams -
N_GRAM_SIZE
protected final int N_GRAM_SIZE- See Also:
-
keyMapper
-
-
Constructor Details
-
NGramList
-
-
Method Details
-
setMapper
-
get
-
get
-
put
-
values
-
keys
-
getTotalNGrams
public int getTotalNGrams() -
getUniqueNGrams
public int getUniqueNGrams()
-