|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cloud9.util.array.ArrayListOfInts
edu.umd.cloud9.util.StackOfInts
public class StackOfInts
| Constructor Summary | |
|---|---|
StackOfInts()
|
|
| Method Summary | |
|---|---|
int |
pop()
|
void |
push(int i)
|
| Methods inherited from class edu.umd.cloud9.util.array.ArrayListOfInts |
|---|
add, add, clear, clone, contains, ensureCapacity, get, getArray, indexOf, isEmpty, iterator, lastIndexOf, remove, set, setSize, shiftLastNToTop, size, toString, toString, trimToSize |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StackOfInts()
| Method Detail |
|---|
public void push(int i)
public int pop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||