Package gw.util
Class Stack<T>
java.lang.Object
gw.util.Stack<T>
- All Implemented Interfaces:
Iterable<T>
-
Field Details
-
_list
-
-
Constructor Details
-
Stack
public Stack() -
Stack
-
Stack
-
-
Method Details
-
push
-
insert
-
pop
-
peek
-
getBase
-
contains
-
iterator
-
get
-
indexOf
-
clear
public void clear() -
size
public int size() -
isEmpty
public boolean isEmpty() -
equals
-
hashCode
public int hashCode() -
toList
-