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>
-
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, toArrayMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Field Details
-
m_original
-
-
Constructor Details
-
ShadowList
-
-
Method Details
-
getOriginal
-