public class ArrayStack<T>
extends java.lang.Object
| Constructor and Description |
|---|
ArrayStack(int initSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
isEmpty() |
T |
pop() |
void |
push(T obj) |
Copyright © 2008–2025. All rights reserved.