Class AbstractCharSet

    • Constructor Detail

      • AbstractCharSet

        public AbstractCharSet()
    • Method Detail

      • cartesianProduct

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

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

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