public interface ISimpleFIFOQueue
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this queue.
|
Object |
dequeue()
Dequeue an object from off the
|
boolean |
enqueue(Object obj)
Enqueue given object.
|
Object |
peekQueue() |
Object |
removeHead() |
boolean enqueue(Object obj)
obj
- the Object to enqueueObject dequeue()
Object peekQueue()
Object removeHead()
void close()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.