|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucr.core.GUID
Represents a unique ID
| Field Summary | |
private short[] |
data
|
| Constructor Summary | |
GUID()
Construct a new GUID |
|
GUID(short[] data)
Create a guid from network data |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compare guids |
(package private) short[] |
getData()
Query the bytes in this GUID |
int |
hashCode()
Produce a hashcode for this GUID |
java.lang.String |
toString()
Returns a GUID as a String |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
private short[] data
| Constructor Detail |
public GUID()
public GUID(short[] data)
| Method Detail |
short[] getData()
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||