Class AbstractIntSet

    • Constructor Detail

      • AbstractIntSet

        public AbstractIntSet()
    • Method Detail

      • cartesianProduct

        public LazyIterable<IntIntPair> cartesianProduct​(IntSet set)
        Description copied from interface: IntSet
        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 IntSet
      • equals

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

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