Class FormatCharSet

java.lang.Object
ch.randelshofer.fastdoubleparser.chr.FormatCharSet
All Implemented Interfaces:
CharSet

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

    • FormatCharSet

      public FormatCharSet()
  • Method Details

    • 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