JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
ee.jakarta.tck.concurrent.common.counter
Interface CounterInterface
All Known Implementing Classes:
CounterSingleton
public interface
CounterInterface
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getCount
()
void
inc
()
void
reset
()
Method Details
inc
void
inc
()
getCount
int
getCount
()
reset
void
reset
()