Class FastStack
java.lang.Object
com.thoughtworks.xstream.core.util.FastStack
An array-based stack implementation.
- Author:
- Joe Walnes, Jörg Schaible
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FastStack
public FastStack(int initialCapacity)
-
-
Method Details
-
push
-
popSilently
public void popSilently() -
pop
-
peek
-
replace
-
replaceSilently
-
size
public int size() -
hasStuff
public boolean hasStuff() -
get
-
toString
-