Class ShadowList<T>
java.lang.Object
org.apache.felix.framework.resolver.ShadowList<T>
- All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int i, Collection<? extends T> clctn) booleanaddAll(Collection<? extends T> clctn) voidclear()booleanbooleancontainsAll(Collection<?> clctn) get(int i) intbooleanisEmpty()iterator()intlistIterator(int i) remove(int i) booleanbooleanremoveAll(Collection<?> clctn) booleanretainAll(Collection<?> clctn) intsize()subList(int i, int i1) Object[]toArray()<T> T[]toArray(T[] ts) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
ShadowList
-
-
Method Details
-
getOriginal
-
size
-
isEmpty
-
contains
-
iterator
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<T>- Specified by:
containsAllin interfaceList<T>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<T>
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
subList
-