Class AbstractLongSet

    • Constructor Detail

      • AbstractLongSet

        public AbstractLongSet()
    • Method Detail

      • cartesianProduct

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

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

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