|
||||||||
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(short[] 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 |
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 |
Constructor Detail |
public GUID()
public GUID(short[] data)
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |