|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmce.util.FastArray<E>
jmce.util.Stack<E>
public class Stack<E>
Generic stack implementation without synchronization for maximum performance.
Constructor Summary | |
---|---|
Stack()
Default constructor. |
Method Summary | |
---|---|
E |
pop()
Pop a new object from the stack. |
void |
push(E o)
Push a new object. |
Methods inherited from class jmce.util.FastArray |
---|
add, add, clear, contains, get, getGrowSize, getSize, indexOf, remove, remove, setGrowSize, size, toArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Stack()
Method Detail |
---|
public void push(E o) throws SIMException
SIMException
public E pop() throws SIMException
SIMException
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |