Class CharSetOfOne

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

final class CharSetOfOne extends Object implements CharSet
  • Field Details

    • ch

      private final char ch
  • Constructor Details

  • 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