Class Identifiers


  • public class Identifiers
    extends java.lang.Object
    Identifiers utility class providing generation functionality.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String generate()
      Generates an (almost) unique ID.
      static java.lang.String generate​(java.lang.String prefix)
      Generates an (almost) unique ID.
      • Methods inherited from class java.lang.Object

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

      • generate

        public static java.lang.String generate()
        Generates an (almost) unique ID.
        Returns:
        An almost unique ID.
      • generate

        public static java.lang.String generate​(java.lang.String prefix)
        Generates an (almost) unique ID.
        Returns:
        An almost unique ID.