java.io.Serializablepublic final class UniqueId
extends java.lang.Object
implements java.io.Serializable
Title: Represents a globally unique Id
Company:
| Constructor | Description |
|---|---|
UniqueId() |
|
UniqueId(byte[] id) |
|
UniqueId(byte[] id,
int offset,
int length) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
byte[] |
getBytes() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public UniqueId()
public UniqueId(byte[] id)
public UniqueId(byte[] id,
int offset,
int length)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic byte[] getBytes()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.