public class LongCounter extends Object implements Serializable
| Constructor and Description |
|---|
LongCounter() |
LongCounter(long initial) |
| Modifier and Type | Method and Description |
|---|---|
void |
decrement(long delta) |
boolean |
equals(Object other) |
long |
get() |
int |
hashCode() |
void |
increment(long delta) |
void |
set(long value) |
Copyright © 2012–2015. All rights reserved.