public final class FastStack extends Object
Constructor and Description |
---|
FastStack(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
Object |
get(int i) |
boolean |
hasStuff() |
Object |
peek() |
Object |
pop() |
void |
popSilently() |
Object |
push(Object value) |
Object |
replace(Object value) |
void |
replaceSilently(Object value) |
int |
size() |
String |
toString() |
Copyright © 2004–2016 XStream. All rights reserved.