public class UUID extends Object implements Identifier, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
UUID(byte[] value) |
protected |
UUID(String hexString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares for equality.
|
byte[] |
getValue() |
int |
hashCode()
Supports the java obect hashCode - lamely.
|
protected void |
setValue(byte[] newValue) |
String |
toHexString() |
String |
toString() |
protected UUID(byte[] value)
protected UUID(String hexString)
public byte[] getValue()
getValue in interface Identifiercom.raf.foundation.Identifier#getValue()protected void setValue(byte[] newValue)
newValue - public String toHexString()
toHexString in interface Identifiercom.raf.foundation.Identifier#toHexString()public String toString()
toString in interface IdentifiertoString in class Objectpublic boolean equals(Object obj)
equals in interface Identifierequals in class Objectobj - The object to which this id should be compared.public int hashCode()
hashCode in interface IdentifierhashCode in class ObjectCopyright © 2017 LSST. All rights reserved.