|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.janrufmonitor.util.uuid.UUID
public class UUID
| Constructor Summary | |
|---|---|
UUID()
|
|
UUID(byte[] node)
|
|
UUID(String str)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object withUUID)
|
boolean |
equals(Object toUUID)
Compare two UUIDs |
int |
getClockSequence()
Get the clock sequence number. |
byte[] |
getNode()
Get the spatially unique portion of the UUID. |
long |
getTime()
Get the temporal unique portion of the UUID. |
byte[] |
getUUID()
Get the 128 bit UUID. |
int |
getVersion()
Get the UUID version number. |
int |
hashCode()
Generate a hash code of the uuid. |
String |
toString()
Provide a String representation of a UUID as specified in section 3.5 of [leach]. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UUID()
public UUID(String str)
throws NumberFormatException
NumberFormatExceptionpublic UUID(byte[] node)
| Method Detail |
|---|
public int compareTo(Object withUUID)
compareTo in interface Comparablepublic int getClockSequence()
public byte[] getNode()
public long getTime()
public byte[] getUUID()
public int getVersion()
public boolean equals(Object toUUID)
equals in class ObjecttoUUID - Description of the Parameter
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||