@Deprecated
public class FastStack<T>
extends java.lang.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.
|
java.lang.String |
toString()
Deprecated.
|
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