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