public class DeleteCounter
extends java.lang.Object
| Constructor and Description | 
|---|
| DeleteCounter() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | get()Return the current value of the counter. | 
| void | increment()Increment the counter by one. |