public interface ICounter
| Modifier and Type | Method and Description |
|---|---|
void |
decrement() |
void |
increment() |
long |
next() |
long |
previous() |
void |
set(long value) |
long |
value() |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.