Class CounterSingleton
java.lang.Object
ee.jakarta.tck.concurrent.common.counter.CounterSingleton
- All Implemented Interfaces:
CounterInterface
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CounterSingleton
public CounterSingleton()
-
-
Method Details
-
inc
public void inc()- Specified by:
inc
in interfaceCounterInterface
-
getCount
public int getCount()- Specified by:
getCount
in interfaceCounterInterface
-
reset
public void reset()- Specified by:
reset
in interfaceCounterInterface
-