Class Iterator2List<T>
java.lang.Object
com.ibm.wala.util.collections.Iterator2Collection<T>
com.ibm.wala.util.collections.Iterator2List<T>
- All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>
@Deprecated(forRemoval=true,
since="1.8.0")
public class Iterator2List<T>
extends Iterator2Collection<T>
implements Serializable, List<T>
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIterator2List(Iterator<? extends T> i, List<T> delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.booleanaddAll(int index, Collection<? extends T> c) Deprecated, for removal: This API element is subject to removal in a future version.get(int index) Deprecated, for removal: This API element is subject to removal in a future version.protected Collection<T> Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.listIterator(int index) Deprecated, for removal: This API element is subject to removal in a future version.remove(int index) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.subList(int fromIndex, int toIndex) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class Iterator2Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toList, toSet, toStringModifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.booleanaddAll(Collection<? extends T> arg0) Deprecated, for removal: This API element is subject to removal in a future version.voidclear()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleancontainsAll(Collection<?> arg0) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanisEmpty()Deprecated, for removal: This API element is subject to removal in a future version.iterator()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanremoveAll(Collection<?> arg0) Deprecated, for removal: This API element is subject to removal in a future version.booleanretainAll(Collection<?> arg0) Deprecated, for removal: This API element is subject to removal in a future version.intsize()Deprecated, for removal: This API element is subject to removal in a future version.Object[]toArray()Deprecated, for removal: This API element is subject to removal in a future version.<U> U[]toArray(U[] a) Deprecated, for removal: This API element is subject to removal in a future version.static <T> List<T> Returns aListcontaining all elements in i, preserving duplicates.static <T> Set<T> Returns aSetcontaining all elements in i.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
Iterator2List
@Deprecated(forRemoval=true, since="1.8.0") public Iterator2List(Iterator<? extends T> i, List<T> delegate) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
add
Deprecated, for removal: This API element is subject to removal in a future version. -
addAll
@Deprecated(forRemoval=true, since="1.8.0") public boolean addAll(int index, Collection<? extends T> c) Deprecated, for removal: This API element is subject to removal in a future version. -
get
Deprecated, for removal: This API element is subject to removal in a future version. -
indexOf
Deprecated, for removal: This API element is subject to removal in a future version. -
lastIndexOf
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
lastIndexOfin interfaceList<T>
-
listIterator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
listIteratorin interfaceList<T>
-
listIterator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
listIteratorin interfaceList<T>
-
remove
Deprecated, for removal: This API element is subject to removal in a future version. -
set
Deprecated, for removal: This API element is subject to removal in a future version. -
subList
Deprecated, for removal: This API element is subject to removal in a future version. -
getDelegate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDelegatein classIterator2Collection<T>
-