|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.util.GUID
public final class GUID
Generates a Globally unique identifier
| Constructor Summary | |
|---|---|
GUID()
Creates a GUID isntance |
|
GUID(byte[] source)
Creates a GUID based on the byte array |
|
GUID(java.lang.String spec)
Creates a GUID based on the given specification |
|
| Method Summary | |
|---|---|
void |
create()
|
boolean |
equals(java.lang.Object o)
Compares this GUID instance with the Object o |
java.lang.String |
getByteString()
Returns a string representation of the integer argument as an unsigned integer in base 16. |
java.lang.String |
getCanonicalFormat()
Returns the canonical string representation of this GUID. |
byte[] |
getData()
|
java.lang.String |
getDebugString()
Returns the canonical string representation of the GUID for debug purposes. |
int |
hashCode()
Returns the hashcode of the GUID. |
java.lang.String |
toString()
Returns the canonical string representation of the GUID. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GUID()
public GUID(byte[] source)
source - byte arraypublic GUID(java.lang.String spec)
spec - specification| Method Detail |
|---|
public void create()
public java.lang.String getByteString()
public byte[] getData()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the Object to compare with for equality
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getCanonicalFormat()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getDebugString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||