MutableSet

Represents a write-enabled (mutable) set of values, not indexed by keys (i.e. a set)

Guides

Interface Synopsis

interface MutableSet implements ConstSet<Tv>, HH\Collection<Tv>, SetAccess<Tv> {...}

Public Methods

Public Methods (ConstCollection)

Public Methods (IPureStringishObject)

Public Methods (ConstSetAccess)

Public Methods (HH\KeyedIterable)

Public Methods (HH\Iterable)

Public Methods (HH\Collection)

  • ->clear()
    Removes all items from the collection

Public Methods (OutputCollection)

Public Methods (SetAccess)