Class CurrentMilliTimeGenerator

  • All Implemented Interfaces:
    Generator<java.lang.Long>, NonNullGenerator<java.lang.Long>, com.rapiddweller.common.Resettable, com.rapiddweller.common.ThreadAware, java.io.Closeable, java.lang.AutoCloseable

    public class CurrentMilliTimeGenerator
    extends ThreadSafeNonNullGenerator<java.lang.Long>
    Generates Long values that represent the current time in milliseconds.

    Created: 17.11.2007 13:14:55
    Author:
    Volker Bergmann
    • Constructor Detail

      • CurrentMilliTimeGenerator

        public CurrentMilliTimeGenerator()
    • Method Detail

      • getGeneratedType

        public java.lang.Class<java.lang.Long> getGeneratedType()
        Description copied from interface: Generator
        Declares the type of the objects returned by the generate() method.
        Returns:
        the generated type