Package com.ibm.icu.impl
Class PVecToTrieCompactHandler
java.lang.Object
com.ibm.icu.impl.PVecToTrieCompactHandler
- All Implemented Interfaces:
PropsVectors.CompactHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRowIndexForErrorValue
(int rowIndex) void
setRowIndexForInitialValue
(int rowIndex) void
setRowIndexForRange
(int start, int end, int rowIndex) void
startRealValues
(int rowIndex)
-
Field Details
-
builder
-
initialValue
public int initialValue
-
-
Constructor Details
-
PVecToTrieCompactHandler
public PVecToTrieCompactHandler()
-
-
Method Details
-
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
-