public final class MutableHitCount extends Object
http://stackoverflow.com/questions/81346/most-efficient-way-to-increment-a-map-value-in-java| Constructor and Description |
|---|
MutableHitCount()
Default constructor
|
MutableHitCount(int startValue)
Paramtered constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get()
Read value.
|
void |
inc()
Increment value
|
void |
incBy(int operand) |
String |
toString() |
Copyright © 2013–2017 FF4J. All rights reserved.