Class DoubleSets.SynchronizedSet

    • Method Detail

      • remove

        public boolean remove​(double k)
        Description copied from interface: DoubleSet
        Removes an element from this set.

        Note that the corresponding method of a type-specific collection is rem(). This unfortunate situation is caused by the clash with the similarly named index-based method in the List interface.

        Specified by:
        remove in interface DoubleSet
        See Also:
        Collection.remove(Object)