public class CounterConfig extends Object
| Constructor and Description |
|---|
CounterConfig(long initialValue)
Creates a config with the initial value
|
| Modifier and Type | Method and Description |
|---|---|
ICounter |
createCounter()
Creates and returns a Counter based on the initial value
|
long |
getInitialValue()
Gets the initial value
|
public CounterConfig(long initialValue)
initialValue - initial valueCopyright © 2016–2021 Philip Helger. All rights reserved.