public final class UniqueId extends Object implements Serializable
Title: Represents a globally unique Id
Company:
UniqueId()
UniqueId(byte[] id)
UniqueId(byte[] id, int offset, int length)
boolean
equals(Object other)
byte[]
getBytes()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public UniqueId()
public UniqueId(byte[] id)
public UniqueId(byte[] id, int offset, int length)
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
public byte[] getBytes()
public String toString()
toString
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.