Class FastUUIDGen

  • All Implemented Interfaces:
    UUIDGen

    public class FastUUIDGen
    extends java.lang.Object
    implements UUIDGen
    Creates time-based UUID's. See the UUID Internet Draft for details.
    Author:
    Jarek Gawor (gawor@apache.org)
    • Constructor Summary

      Constructors 
      Constructor Description
      FastUUIDGen()  
    • Method Summary

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

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

      • FastUUIDGen

        public FastUUIDGen()
    • Method Detail

      • nextUUID

        public java.lang.String nextUUID()
        Specified by:
        nextUUID in interface UUIDGen