Interface Counter
-
- All Known Implementing Classes:
ThrottlingCounter
public interface Counter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdecrementAndGet()intincrementAndGet()
-
ThrottlingCounterpublic interface Counter
| Modifier and Type | Method | Description |
|---|---|---|
int |
decrementAndGet() |
|
int |
incrementAndGet() |