public class Counter extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
await(int count) |
void |
decrement() |
int |
getCount() |
void |
increment() |
public void increment()
public void decrement()
throws InterruptedException
InterruptedExceptionpublic void await(int count)
throws InterruptedException
InterruptedExceptionpublic int getCount()
Copyright © 2022. All rights reserved.