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, 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
finalize, getClass, notify, notifyAll, wait, wait, wait
parallelStream, stream
public 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.