public class Counter extends Object
Constructor and Description |
---|
Counter(int startValue) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
long |
decrease() |
long |
decrease(long amount) |
long |
getValue() |
long |
increase() |
long |
increase(long amount) |
void |
setValue(long newValue) |
Copyright © 2023 Frank!Framework. All rights reserved.