| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBasedStack<E> |
class |
LinkedStack<E> |
| Modifier and Type | Method and Description |
|---|---|
StackInterface<java.lang.String> |
DriverInterface.createStack(DriverInterface.StackType stackType,
DriverInterface.StackTestType stackTestType)
This method is used to create a new stack of the specified stackType.
|
StackInterface<java.lang.String> |
Driver.createStack(DriverInterface.StackType stackType,
DriverInterface.StackTestType stackTestType) |