|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.kenmccrary.jtella.GUID
Represents a unique ID
Constructor Summary | |
GUID()
Construct a new GUID |
|
GUID(byte[] data)
Create a guid from network data |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compare guids |
int |
hashCode()
Produce a hashcode for this GUID |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public GUID()
public GUID(byte[] data)
Method Detail |
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |