Class ExtendedGUID
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.ExtendedGUID
-
- All Implemented Interfaces:
Comparable<ExtendedGUID>
public class ExtendedGUID extends Object implements Comparable<ExtendedGUID>
-
-
Constructor Summary
Constructors Constructor Description ExtendedGUID()
ExtendedGUID(GUID guid, long n)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
ExtendedGUID
public ExtendedGUID()
-
ExtendedGUID
public ExtendedGUID(GUID guid, long n)
-
-
Method Detail
-
nil
public static ExtendedGUID nil()
-
compareTo
public int compareTo(ExtendedGUID other)
- Specified by:
compareTo
in interfaceComparable<ExtendedGUID>
-
getGuid
public GUID getGuid()
-
setGuid
public ExtendedGUID setGuid(GUID guid)
-
getExtendedGuidString
public String getExtendedGuidString()
-
getN
public long getN()
-
setN
public ExtendedGUID setN(long n)
-
-