com.opensymphony.xwork2.util
Class CompoundRoot
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
com.opensymphony.xwork2.util.CompoundRoot
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess
public class CompoundRoot
- extends ArrayList
A Stack that is implemented using a List.
- Version:
- $Revision: 1063 $
- Author:
- plightbo
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
CompoundRoot
public CompoundRoot()
CompoundRoot
public CompoundRoot(List list)
cutStack
public CompoundRoot cutStack(int index)
peek
public Object peek()
pop
public Object pop()
push
public void push(Object o)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.