Interface CharSet

    • Method Detail

      • remove

        boolean remove​(char k)
        Removes an element from this set.

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

        See Also:
        Collection.remove(Object)