Class UCharacterProperty.BinaryProperty

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int column  
      (package private) int mask  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean contains​(int c)  
      (package private) int getSource()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • column

        int column
      • mask

        int mask
    • Constructor Detail

      • BinaryProperty

        BinaryProperty​(int column,
                       int mask)
      • BinaryProperty

        BinaryProperty​(int source)
    • Method Detail

      • getSource

        final int getSource()
      • contains

        boolean contains​(int c)