public class UUID
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
|
UUID() |
protected |
UUID(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
protected java.lang.String |
prefix() |
static java.lang.String |
toIdString(UUID uuid)
String form of a uuid.
|
java.lang.String |
toString() |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public static java.lang.String toIdString(UUID uuid)
uuid
- convert the uuid
to a stringpublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
protected java.lang.String prefix()