java.lang.Object
ch.randelshofer.fastdoubleparser.bte.ByteSetOfFew
All Implemented Interfaces:
ByteSet

final class ByteSetOfFew extends Object implements ByteSet
A set of char with linear search.
  • Field Details

    • bytes

      private final byte[] bytes
  • Constructor Details

  • Method Details

    • containsKey

      public boolean containsKey(byte b)
      Description copied from interface: ByteSet
      Returns true if the set contains the specified byte.
      Specified by:
      containsKey in interface ByteSet
      Parameters:
      b - a byte
      Returns:
      true if the byte is in the set