Returns true if the set contains the specified element. @param el The element to check for. @return true if the set contains el; otherwise false.
(int el)
| 135 | * @return {@code true} if the set contains {@code el}; otherwise {@code false}. |
| 136 | */ |
| 137 | boolean contains(int el); |
| 138 | |
| 139 | /** |
| 140 | * Removes the specified value from the current set. If the current set does |
no outgoing calls