public class ExtendedGUID extends Object implements Comparable<ExtendedGUID>
Constructor and Description |
---|
ExtendedGUID() |
ExtendedGUID(GUID guid,
long n) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ExtendedGUID other) |
boolean |
equals(Object o) |
String |
getExtendedGuidString() |
GUID |
getGuid() |
long |
getN() |
int |
hashCode() |
static ExtendedGUID |
nil() |
List<Byte> |
SerializeToByteList()
This method is used to convert the element of ExtendedGUID object into a byte List.
|
ExtendedGUID |
setGuid(GUID guid) |
ExtendedGUID |
setN(long n) |
String |
toString() |
public ExtendedGUID()
public ExtendedGUID(GUID guid, long n)
public static ExtendedGUID nil()
public int compareTo(ExtendedGUID other)
compareTo
in interface Comparable<ExtendedGUID>
public GUID getGuid()
public ExtendedGUID setGuid(GUID guid)
public String getExtendedGuidString()
public long getN()
public ExtendedGUID setN(long n)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.