Class BooleanSets.SynchronizedSet

    • Method Detail

      • remove

        public boolean remove​(boolean k)
        Description copied from interface: BooleanSet
        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 BooleanSet
        See Also:
        Collection.remove(Object)