Package org.apache.struts2.util
Class CompoundRoot
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterable<Object>,- Collection<Object>,- List<Object>,- RandomAccess
A Stack that is implemented using a List.
- Version:
- $Revision$
- Author:
- plightbo
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.concurrent.CopyOnWriteArrayListadd, add, addAll, addAll, addAllAbsent, addIfAbsent, clear, clone, contains, containsAll, equals, forEach, get, hashCode, indexOf, indexOf, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArray
- 
Constructor Details- 
CompoundRootpublic CompoundRoot()
- 
CompoundRoot
 
- 
- 
Method Details- 
cutStack
- 
peek
- 
pop
- 
push
 
-