public final class VMID extends Object implements Serializable
| Constructor and Description | 
|---|
| VMID()Create a new VMID. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj)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 ObjectObject.equals(java.lang.Object), 
System.identityHashCode(java.lang.Object)public boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare.true if this object is the same as the obj
          argument; false otherwise.Object.hashCode(), 
HashMap Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2015, Oracle and/or its affiliates.  All rights reserved.