public class DwStack<T> extends Object
Constructor and Description |
---|
DwStack() |
Modifier and Type | Method and Description |
---|---|
T[] |
copyToArray(T[] array) |
boolean |
isEmpty() |
T |
pop() |
T |
pop(int idx) |
void |
push(T object) |
int |
size() |
Processing library PixelFlow by Thomas Diewald. (c) 2017