Package com.ibm.icu.impl
Class UCharacterProperty.IntProperty
java.lang.Object
com.ibm.icu.impl.UCharacterProperty.IntProperty
- Direct Known Subclasses:
UCharacterProperty.BiDiIntProperty
,UCharacterProperty.CombiningClassIntProperty
,UCharacterProperty.NormQuickCheckIntProperty
- Enclosing class:
UCharacterProperty
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
getMaxValue
(int which) (package private) final int
(package private) int
getValue
(int c)
-
Field Details
-
column
int column -
mask
int mask -
shift
int shift
-
-
Constructor Details
-
IntProperty
IntProperty(int column, int mask, int shift) -
IntProperty
IntProperty(int source)
-
-
Method Details
-
getSource
final int getSource() -
getValue
int getValue(int c) -
getMaxValue
int getMaxValue(int which)
-