Class AbstractByteSet

    • Constructor Detail

      • AbstractByteSet

        public AbstractByteSet()
    • Method Detail

      • cartesianProduct

        public LazyIterable<ByteBytePair> cartesianProduct​(ByteSet set)
        Description copied from interface: ByteSet
        Returns the set whose members are all possible ordered pairs (a, b) where a is a member of this and b is a member of set.
        Specified by:
        cartesianProduct in interface ByteSet
      • equals

        public boolean equals​(java.lang.Object obj)
        Description copied from interface: ByteSet
        Follows the same general contract as Set.equals(Object).
        Specified by:
        equals in interface ByteSet
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public abstract int hashCode()
        Description copied from interface: ByteSet
        Follows the same general contract as Set.hashCode().
        Specified by:
        hashCode in interface ByteSet
        Overrides:
        hashCode in class java.lang.Object