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