Returns true if this set has no elements. @return true if this set has no elements, false otherwise. @see #size
()
| 119 | * @see #size |
| 120 | */ |
| 121 | public boolean isEmpty(); |
| 122 | |
| 123 | /** |
| 124 | * Returns an iterator on the elements of this set. The elements are |
no outgoing calls
no test coverage detected