public final class Queue extends Object implements SendInterface
| Modifier and Type | Field and Description |
|---|---|
private LinkedList |
_queue
Die Queue
|
| Constructor and Description |
|---|
Queue() |
private LinkedList _queue
public void push(Object o)
push in interface SendInterfaceo - Object, welches in die LIFO-Liste geschrieben wird.