E
- public interface IOrderedStack<E>
Modifier and Type | Method and Description |
---|---|
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
|
E pop()
E[] pop(int argNum)
argNum
- void push(int argNum)
argNum
- Copyright © 2017. All Rights Reserved.