org.apache.directory.mitosis.common
Class SimpleUUID
java.lang.Object
org.apache.directory.mitosis.common.SimpleUUID
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable, UUID
public class SimpleUUID
- extends java.lang.Object
- implements UUID
TODO SimpleUUID.
- See Also:
- Serialized Form
|
Method Summary |
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toOctetString()
Returns octet-string representation of this UUID. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SimpleUUID
public SimpleUUID(byte[] uuid)
SimpleUUID
public SimpleUUID(java.lang.String uuid)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
toOctetString
public java.lang.String toOctetString()
- Description copied from interface:
UUID
- Returns octet-string representation of this UUID.
- Specified by:
toOctetString in interface UUID
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable