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) intgetMaxValue(int which) (package private) intgetValue(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:
getValuein classUCharacterProperty.IntProperty
-
getMaxValue
int getMaxValue(int which) - Overrides:
getMaxValuein classUCharacterProperty.IntProperty
-