open class IMutableSet : ISet, IMutableIterable { fun add(item : T) : Boolean fun remove(item : T) : Boolean }