Class AbstractFloatSet

    • Constructor Detail

      • AbstractFloatSet

        public AbstractFloatSet()
    • Method Detail

      • equals

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

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