|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.concurrent.CopyOnWriteArrayList<Object>
com.opensymphony.xwork2.util.CompoundRoot
public class CompoundRoot
A Stack that is implemented using a List.
Constructor Summary | |
---|---|
CompoundRoot()
|
|
CompoundRoot(List<?> list)
|
Method Summary | |
---|---|
CompoundRoot |
cutStack(int index)
|
Object |
peek()
|
Object |
pop()
|
void |
push(Object o)
|
Methods inherited from class java.util.concurrent.CopyOnWriteArrayList |
---|
add, add, addAll, addAll, addAllAbsent, addIfAbsent, clear, clone, contains, containsAll, equals, get, hashCode, indexOf, indexOf, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompoundRoot()
public CompoundRoot(List<?> list)
Method Detail |
---|
public CompoundRoot cutStack(int index)
public Object peek()
public Object pop()
public void push(Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |