Class NGramList.NGram
- java.lang.Object
-
- com.ibm.icu.dev.tool.charsetdet.sbcs.NGramList.NGram
-
- All Implemented Interfaces:
java.lang.Comparable
- Enclosing class:
- NGramList
public static final class NGramList.NGram extends java.lang.Object implements java.lang.Comparable
-
-
Constructor Summary
Constructors Constructor Description NGram(NGramList.NGram other)
NGram(java.lang.String theValue)
NGram(java.lang.String theValue, int theRefCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(java.lang.Object o)
int
getRefCount()
java.lang.String
getValue()
void
incrementRefCount()
-
-
-
Constructor Detail
-
NGram
public NGram(java.lang.String theValue, int theRefCount)
-
NGram
public NGram(java.lang.String theValue)
-
NGram
public NGram(NGramList.NGram other)
-
-