Class FormatCharSet

  • All Implemented Interfaces:
    CharSet

    public class FormatCharSet
    extends java.lang.Object
    implements CharSet
    This format set contains all Unicode format chars.
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatCharSet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean containsKey​(char ch)
      Returns true if the set contains the specified character.
      • Methods inherited from class java.lang.Object

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

      • FormatCharSet

        public FormatCharSet()
    • Method Detail

      • containsKey

        public boolean containsKey​(char ch)
        Description copied from interface: CharSet
        Returns true if the set contains the specified character.
        Specified by:
        containsKey in interface CharSet
        Parameters:
        ch - a character
        Returns:
        true if the byte is in the set