public class GUID
extends java.lang.Object
| Constructor and Description |
|---|
GUID() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Returns true iff the value parameter is a
GUID and the VMID is
equal. |
int |
hashCode()
Get the hashcode of the VMID.
|
java.lang.String |
toString()
Get the string version of the VMID.
|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object o)
GUID and the VMID is
equal.equals in class java.lang.ObjectObject.equals(java.lang.Object)