@Deprecated public class FastStack<T> extends Object
Constructor and Description |
---|
FastStack()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
T |
get(int i)
Deprecated.
|
T |
peek()
Deprecated.
|
T |
pop()
Deprecated.
|
void |
push(T t)
Deprecated.
|
int |
size()
Deprecated.
|
String |
toString()
Deprecated.
|