Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Collections.SynchronizedSet< E > Class Reference

Inherits java::util::Collections::SynchronizedCollection< E >, and java::util::Set< E >.

Inherited by Collections.SynchronizedSortedSet< E >.

List of all members.


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

Constructor & Destructor Documentation

SynchronizedSet ( Set< E >  set  )  [package]

SynchronizedSet ( Set< E >  set,
Object  mutex 
) [package]


Member Function Documentation

boolean equals ( Object  object  ) 

Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison.

Parameters:
object Object the object to compare with this object.
Returns:
boolean true if the object is the same as this object false if it is different from this object.
See also:
hashCode

Implements Set< E >.

int hashCode (  ) 

Answers an integer hash code for the receiver.

Objects which are equal answer the same value for this method.

Returns:
the receiver's hash
See also:
equals

Implements Set< E >.

void writeObject ( ObjectOutputStream  stream  )  throws IOException [private]


Member Data Documentation

final long serialVersionUID = 487447009682186044L [static, private]