public class ShadowList<T> extends CopyOnWriteList<T>
Constructor and Description |
---|
ShadowList(List<T> original) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getOriginal() |
add, add, addAll, addAll, clear, clone, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
replaceAll, sort, spliterator
parallelStream, removeIf, stream
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.