- java.lang.Object
-
- tl.lin.data.array.ArrayListOfInts
-
- edu.umd.cloud9.util.StackOfInts
-
-
Field Summary
-
Fields inherited from class tl.lin.data.array.ArrayListOfInts
array, size
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
int |
pop() |
void |
push(int i) |
-
Methods inherited from class tl.lin.data.array.ArrayListOfInts
add, add, addUnique, clear, clone, contains, ensureCapacity, equals, get, getArray, indexOf, intersection, isEmpty, iterator, lastIndexOf, merge, mergeNoDuplicates, remove, set, setSize, shiftLastNToTop, size, sort, subList, toString, toString, trimToSize
-
-
Constructor Detail
-
StackOfInts
public StackOfInts()
-
Method Detail
-
push
public void push(int i)
Copyright © 2015. All rights reserved.