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