Package com.ibm.icu.impl.coll
Interface CollationDataBuilder.CEModifier
- All Known Implementing Classes:
CollationBuilder.CEFinalizer
- Enclosing class:
CollationDataBuilder
static interface CollationDataBuilder.CEModifier
Collation element modifier. Interface class for a modifier
that changes a tailoring builder's temporary CEs to final CEs.
Called for every non-special CE32 and every expansion CE.
-
Method Summary
Modifier and TypeMethodDescriptionlong
modifyCE
(long ce) Returns a new CE to replace the input CE, or else Collation.NO_CE.long
modifyCE32
(int ce32) Returns a new CE to replace the non-special input CE32, or else Collation.NO_CE.
-
Method Details
-
modifyCE32
long modifyCE32(int ce32) Returns a new CE to replace the non-special input CE32, or else Collation.NO_CE. -
modifyCE
long modifyCE(long ce) Returns a new CE to replace the input CE, or else Collation.NO_CE.
-