| Modifier and Type | Field and Description |
|---|---|
protected AtomicLong |
counter |
| Constructor and Description |
|---|
CountDownTimer(boolean isDaemon,
long countDownMs) |
| Modifier and Type | Method and Description |
|---|---|
long |
get() |
long |
updateAndGet(LongUnaryOperator updateFunction) |
cancel, purge, schedule, schedule, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRateprotected final AtomicLong counter
public long updateAndGet(LongUnaryOperator updateFunction)
public long get()
Copyright © 2017. All rights reserved.