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 Details

    • ExtendedGUID

      public ExtendedGUID()
    • ExtendedGUID

      public ExtendedGUID(GUID guid, long n)
  • Method Details

    • nil

      public static ExtendedGUID nil()
    • compareTo

      public int compareTo(ExtendedGUID other)
      Specified by:
      compareTo in interface Comparable<ExtendedGUID>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getGuid

      public GUID getGuid()
    • setGuid

      public ExtendedGUID setGuid(GUID guid)
    • getExtendedGuidString

      public String getExtendedGuidString()
    • getN

      public long getN()
    • setN

      public ExtendedGUID setN(long n)
    • SerializeToByteList

      public List<Byte> SerializeToByteList()
      This method is used to convert the element of ExtendedGUID object into a byte List.
      Returns:
      Return the byte list which store the byte information of ExtendedGUID