Changed Methods |
boolean equals(Object )
|
Documentation changed from old to new. |
Compares the specified object with this UID for equality. |
int hashCode()
|
Documentation changed from old to new. |
Returns the hash code value for this UID . |
UID read(DataInput )
|
Documentation changed from old to new. |
Constructs and returns a new UID instance by unmarshalling a binary representation from an DataInput instance. |
String toString()
|
Documentation changed from old to new. |
Returns a string representation of this UID . |
void write(DataOutput )
|
Documentation changed from old to new. |
Marshals a binary representation of this UID to a DataOutput instance. |