@Deprecated
public class FastStack<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<T> |
_data
Deprecated.
|
| 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.
|
java.lang.String |
toString()
Deprecated.
|
private final java.util.List<T> _data
public void push(T t)
public T peek()
public T pop()
public int size()
public void clear()
public T get(int i)
public java.lang.String toString()
toString in class java.lang.Object