|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpipe.dataLayer.calculations.Queue
public class Queue
Constructor Summary | |
---|---|
Queue()
|
Method Summary | |
---|---|
java.lang.Object |
dequeue()
dequeue() Removes an object from the FRONT of the queue. |
void |
enqueue(java.lang.Object object)
enqueue() Adds an object to the END of the queue. |
boolean |
isEmpty()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Queue()
Method Detail |
---|
public void enqueue(java.lang.Object object)
object
- The object to be queuedpublic java.lang.Object dequeue()
public boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |