Package com.ibm.icu.impl
Class UCharacterProperty.NormQuickCheckIntProperty
java.lang.Object
com.ibm.icu.impl.UCharacterProperty.IntProperty
com.ibm.icu.impl.UCharacterProperty.NormQuickCheckIntProperty
- Enclosing class:
- UCharacterProperty
-
Field Summary
FieldsFields inherited from class com.ibm.icu.impl.UCharacterProperty.IntProperty
column, mask, shift
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
getMaxValue
(int which) (package private) int
getValue
(int c) Methods inherited from class com.ibm.icu.impl.UCharacterProperty.IntProperty
getSource
-
Field Details
-
which
int which -
max
int max
-
-
Constructor Details
-
NormQuickCheckIntProperty
NormQuickCheckIntProperty(int source, int which, int max)
-
-
Method Details
-
getValue
int getValue(int c) - Overrides:
getValue
in classUCharacterProperty.IntProperty
-
getMaxValue
int getMaxValue(int which) - Overrides:
getMaxValue
in classUCharacterProperty.IntProperty
-