Object UUIDv7.Companion

  • All Implemented Interfaces:

    
    public class UUIDv7.Companion
    
                        

    Static methods and properties.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final UUID new() Generates a new v7 UUID.
      final String newString() Generates a new v7 UUID string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • new

         final UUID new()

        Generates a new v7 UUID.

        Returns:

        a new v7 UUID.

      • newString

         final String newString()

        Generates a new v7 UUID string.

        Returns:

        a new v7 string.