Class UCharacterProperty.IntProperty

java.lang.Object
com.ibm.icu.impl.UCharacterProperty.IntProperty
Direct Known Subclasses:
UCharacterProperty.BiDiIntProperty, UCharacterProperty.CombiningClassIntProperty, UCharacterProperty.NormQuickCheckIntProperty
Enclosing class:
UCharacterProperty

private class UCharacterProperty.IntProperty extends Object
  • 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)