|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--magi.toolkit.util.queue.Stack | +--magi.toolkit.util.queue.LIFOQueue
An implementation of a "Last In, First Out" Queue. Basically, a LIFO Queue is a Stack.
Constructor Summary | |
LIFOQueue()
Default constructor. |
|
LIFOQueue(java.lang.Object[] objects)
Creates the LIFO Queue pre-populated with an array of Objects. |
Methods inherited from class magi.toolkit.util.queue.Stack |
isEmpty, peek, peekAll, pop, popAll, push, pushAll, remove, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface magi.toolkit.util.queue.Queue |
isEmpty, peek, peekAll, pop, popAll, push, pushAll, remove, size |
Constructor Detail |
public LIFOQueue()
public LIFOQueue(java.lang.Object[] objects)
objects
- an array of Objects to populate with.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |