T - the type parameterpublic class SimpleStack<T> extends Object
| Constructor and Description |
|---|
SimpleStack()
Instantiates a new Simple stack.
|
SimpleStack(int arrayCapacity)
Instantiates a new Simple stack.
|
public SimpleStack()
public SimpleStack(int arrayCapacity)
arrayCapacity - the array capacityCopyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.