Class AbstractDoubleSet

    • Constructor Detail

      • AbstractDoubleSet

        public AbstractDoubleSet()
    • Method Detail

      • equals

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

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