Compares the specified object to this set, and returns true if they represent the same object using a class specific comparison. Equality for a set means that both sets have the same size and the same elements. @param object the object to compare with this object. @return boolea
(Object object)
| 100 | * @see #hashCode |
| 101 | */ |
| 102 | public boolean equals(Object object); |
| 103 | |
| 104 | /** |
| 105 | * Returns the hash code for this set. Two set which are equal must return |
no outgoing calls