public class CountUpDownLatch
extends Object
CountDownLatch
functionality but with the ability to
count up too.Constructor and Description |
---|
CountUpDownLatch() |
Modifier and Type | Method and Description |
---|---|
void |
await() |
void |
countDown() |
int |
countUp() |