Package org.apache.felix.resolver.util
Class ShadowList<T>
java.lang.Object
org.apache.felix.resolver.util.CopyOnWriteList<T>
org.apache.felix.resolver.util.ShadowList<T>
- All Implemented Interfaces:
Cloneable
,Iterable<T>
,Collection<T>
,List<T>
,SequencedCollection<T>
-
Field Summary
FieldsFields inherited from class org.apache.felix.resolver.util.CopyOnWriteList
data
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.felix.resolver.util.CopyOnWriteList
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Field Details
-
m_original
-
-
Constructor Details
-
ShadowList
-
-
Method Details
-
getOriginal
-