Class UnicodeSet.IntPropertyFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int prop  
      (package private) int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntPropertyFilter​(int prop, int value)  
    • Method Summary

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

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

      • prop

        int prop
      • value

        int value
    • Constructor Detail

      • IntPropertyFilter

        IntPropertyFilter​(int prop,
                          int value)