fun add(element: E): Boolean
Overrides MutableSet.add
Adds the specified element to the set.
Return true
if the element has been added, false
if the element is already contained in the set.
© 2010–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-linked-hash-set/add.html