|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public interface IOrderedStack<E>
This stack assumes that when you push 'n' items back, you're pushing back the last 'n' items popped.
| Method Summary | |
|---|---|
E |
pop()
Returns the next object in the pool |
E[] |
pop(int argNum)
Returns the next 'argNum' objects in the pool in an array |
void |
push(int argNum)
Tells the stack to take back the last 'argNum' items |
| Method Detail |
|---|
E pop()
E[] pop(int argNum)
argNum -
void push(int argNum)
argNum -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||