public class CompoundRoot extends CopyOnWriteArrayList<Object>
| Constructor and Description | 
|---|
CompoundRoot()  | 
CompoundRoot(List<?> list)  | 
| Modifier and Type | Method and Description | 
|---|---|
CompoundRoot | 
cutStack(int index)  | 
Object | 
peek()  | 
Object | 
pop()  | 
void | 
push(Object o)  | 
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, toStringpublic CompoundRoot()
public CompoundRoot(List<?> list)
public CompoundRoot cutStack(int index)
public Object peek()
public Object pop()
public void push(Object o)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.