Hierarchy

  • UUID

Implements

Constructors

Methods

  • The clock sequence value associated with this UUID.

    Returns number

  • Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object. See Java Doc for more info.

    Parameters

    Returns number

  • Returns the least significant 64 bits of this UUID's 128 bit value.

    Returns number

  • Returns the most significant 64 bits of this UUID's 128 bit value.

    Returns number

  • The node value associated with this UUID.

    Returns number

  • The timestamp value associated with this UUID.

    Returns number

  • The variant number associated with this UUID.

    Returns number

  • The version number associated with this UUID.

    Returns number

  • Returns a UUID object from a string UUID representation.

    Parameters

    • uuidString: string

    Returns UUID

  • Returns a UUID object from a Byte Array UUID representation.

    Parameters

    Returns UUID

  • Returns a random UUID object.

    Returns UUID

Generated using TypeDoc