public abstract class CachedStack extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List |
elements |
protected int |
topOfStack |
| Constructor and Description |
|---|
CachedStack() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
createObject() |
int |
depth() |
Object |
peek() |
void |
pop() |
void |
push() |
protected List elements
protected int topOfStack
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.