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 SendInterface
o
- Object
, welches in die LIFO-Liste geschrieben wird.