Searches this set for the specified object. @param object the object to search for. @return true if object is an element of this set, false otherwise.
(Object object)
| 76 | * otherwise. |
| 77 | */ |
| 78 | public boolean contains(Object object); |
| 79 | |
| 80 | /** |
| 81 | * Searches this set for all objects in the specified collection. |
no outgoing calls
no test coverage detected