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
private class UCharacterProperty.NormQuickCheckIntProperty extends UCharacterProperty.IntProperty
-
-
Constructor Summary
Constructors Constructor Description NormQuickCheckIntProperty(int source, int which, int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
getMaxValue(int which)
(package private) int
getValue(int c)
-
Methods inherited from class com.ibm.icu.impl.UCharacterProperty.IntProperty
getSource
-
-
-
-
Method Detail
-
getValue
int getValue(int c)
- Overrides:
getValue
in classUCharacterProperty.IntProperty
-
getMaxValue
int getMaxValue(int which)
- Overrides:
getMaxValue
in classUCharacterProperty.IntProperty
-
-