public class SignalQueue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SignalQueue |
EMPTY_SIGNAL_QUEUE |
Constructor and Description |
---|
SignalQueue(int capacity) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
boolean |
isFull() |
void |
put(Signal signal) |
void |
startTaking() |
Signal |
take() |
public static final SignalQueue EMPTY_SIGNAL_QUEUE