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 Summary
-
Method Summary
Methods inherited from class java.util.concurrent.CopyOnWriteArrayList
add, 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, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Constructor Details
-
CompoundRoot
public CompoundRoot() -
CompoundRoot
-
-
Method Details
-
cutStack
-
peek
-
pop
-
push
-