Package com.ibm.icu.impl
Class PVecToTrieCompactHandler
- java.lang.Object
-
- com.ibm.icu.impl.PVecToTrieCompactHandler
-
- All Implemented Interfaces:
PropsVectors.CompactHandler
public class PVecToTrieCompactHandler extends Object implements PropsVectors.CompactHandler
-
-
Field Summary
Fields Modifier and Type Field Description IntTrieBuilderbuilderintinitialValue
-
Constructor Summary
Constructors Constructor Description PVecToTrieCompactHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetRowIndexForErrorValue(int rowIndex)voidsetRowIndexForInitialValue(int rowIndex)voidsetRowIndexForRange(int start, int end, int rowIndex)voidstartRealValues(int rowIndex)
-
-
-
Field Detail
-
builder
public IntTrieBuilder builder
-
initialValue
public int initialValue
-
-
Method Detail
-
setRowIndexForErrorValue
public void setRowIndexForErrorValue(int rowIndex)
- Specified by:
setRowIndexForErrorValuein interfacePropsVectors.CompactHandler
-
setRowIndexForInitialValue
public void setRowIndexForInitialValue(int rowIndex)
- Specified by:
setRowIndexForInitialValuein interfacePropsVectors.CompactHandler
-
setRowIndexForRange
public void setRowIndexForRange(int start, int end, int rowIndex)- Specified by:
setRowIndexForRangein interfacePropsVectors.CompactHandler
-
startRealValues
public void startRealValues(int rowIndex)
- Specified by:
startRealValuesin interfacePropsVectors.CompactHandler
-
-