public abstract class OrderedStack<E>
extends java.lang.Object
Constructor and Description |
---|
OrderedStack(int argStackSize,
int argContainerSize) |
Modifier and Type | Method and Description |
---|---|
protected abstract E |
newInstance()
Creates a new instance of the object contained by this stack.
|
E |
pop() |
E[] |
pop(int argNum) |
void |
push(int argNum) |
Copyright © 2017. All Rights Reserved.