Adds the specified value to the current set. @param el the value to add @exception IllegalStateException if the current set is read-only
(int el)
| 22 | * @exception IllegalStateException if the current set is read-only |
| 23 | */ |
| 24 | void add(int el); |
| 25 | |
| 26 | /** |
| 27 | * Modify the current {@link IntSet} object to contain all elements that are |
no outgoing calls