Inserts v into this set.
(v interface{})
| 16 | Contains(v interface{}) bool |
| 17 | // Inserts v into this set. |
| 18 | Add(v interface{}) |
| 19 | // Removes v from this set, if it is present. Returns true if and only if v was present. |
| 20 | Remove(v interface{}) bool |
| 21 |
no outgoing calls