![]() |
|
Contents |
Inherited by Collections.SynchronizedSortedSet< E >.
Public Member Functions | |
| boolean | equals (Object object) |
| Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison. | |
| int | hashCode () |
| Answers an integer hash code for the receiver. | |
Package Functions | |
| SynchronizedSet (Set< E > set) | |
| SynchronizedSet (Set< E > set, Object mutex) | |
Private Member Functions | |
| void | writeObject (ObjectOutputStream stream) throws IOException |
Static Private Attributes | |
| static final long | serialVersionUID = 487447009682186044L |
| SynchronizedSet | ( | Set< E > | set | ) | [package] |
| SynchronizedSet | ( | Set< E > | set, | |
| Object | mutex | |||
| ) | [package] |
| boolean equals | ( | Object | object | ) |
Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison.
| object | Object the object to compare with this object. |
true if the object is the same as this object false if it is different from this object. Implements Set< E >.
| int hashCode | ( | ) |
| void writeObject | ( | ObjectOutputStream | stream | ) | throws IOException [private] |
Reimplemented from Collections.SynchronizedCollection< E >.
Reimplemented in Collections.SynchronizedSortedSet< E >.
final long serialVersionUID = 487447009682186044L [static, private] |
Reimplemented from Collections.SynchronizedCollection< E >.
Reimplemented in Collections.SynchronizedSortedSet< E >.