Class LongCounterFactory


  • final class LongCounterFactory
    extends java.lang.Object
    A factory for creating LongCounter objects. The concrete implementation returned may be platform dependent.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static LongCounter create()
      Creates a LongCounter.
      • Methods inherited from class java.lang.Object

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

      • LongCounterFactory

        LongCounterFactory()
    • Method Detail

      • create

        public static LongCounter create()
        Creates a LongCounter.