Class Guid


  • public final class Guid
    extends java.lang.Object
    Represents a globally unique identifier (GUID). A GUID represents a 128-bit value and is either guaranteed to be different from all other GUIDs generated until 3400 A.D., or extremely likely to be different.

    The string representation is on the following format, where x represents a hexadecimal ([0-9][a-f][A-F]) digit, "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".

    Since:
    5.5
    • Constructor Summary

      Constructors 
      Constructor Description
      Guid()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Guid

        public Guid()
        Creates a new instance.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object