| 构造器和说明 |
|---|
LongCounter() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
decrement()
-1
|
Long |
decrement(Long delta)
-n
|
Long |
getAndIncrement()
+1
|
Long |
increment()
+1
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getAndIncrement, increment, setpublic Long getAndIncrement()
CountergetAndIncrement 在接口中 Counter<Long>Copyright © 2022. All rights reserved.