Class ByteSetOfNone

  • All Implemented Interfaces:
    ByteSet

    final class ByteSetOfNone
    extends java.lang.Object
    implements ByteSet
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteSetOfNone()  
    • Method Summary

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

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

      • ByteSetOfNone

        ByteSetOfNone()
    • Method Detail

      • 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