Class CharSetOfNone

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

public final class CharSetOfNone extends Object implements CharSet
  • Constructor Details

    • CharSetOfNone

      public CharSetOfNone()
  • 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