public final class VMID extends Objectimplements Serializable
| Constructor and Description |
|---|
VMID()
Create a new VMID.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
Compare this VMID to another, and return true if they are the same identifier.
|
int |
hashCode()
Compute hash code for this VMID.
|
static boolean |
isUnique()
Deprecated.
|
String |
toString()
Return string representation of this VMID.
|
public VMID()
java.rmi.server.UID are satisfied, and b) an address can be obtained for this host that is unique and constant for the lifetime of this object.
@Deprecated public static boolean isUnique()
public int hashCode()
hashCode in class
Object
Object.equals(java.lang.Object) ,
System.identityHashCode(java.lang.Object)
public boolean equals(Objectobj)
equals in class
Object
obj - the reference object with which to compare.
true if this object is the same as the obj argument;
false otherwise.
Object.hashCode() ,
HashMap