Class NGramList
java.lang.Object
com.ibm.icu.dev.tool.charsetdet.sbcs.NGramList
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate NGramList.NGramKeyMapperprotected final intprotected TreeMapprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintkeys()voidvoidsetMapper(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()
-