public class WaitPool extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set |
waitObjects |
| Constructor and Description |
|---|
WaitPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IsFinished response) |
boolean |
contains(Object o) |
int |
count() |
Object[] |
items() |
void |
remove(Object o) |
void |
waitAll(boolean removeAll) |
protected final Set waitObjects
public void add(IsFinished response)
public void remove(Object o)
public boolean contains(Object o)
public Object[] items()
public int count()
public void waitAll(boolean removeAll)
Copyright © 2017. All rights reserved.