Class Iterator2Set<T>
java.lang.Object
com.ibm.wala.util.collections.Iterator2Collection<T>
com.ibm.wala.util.collections.Iterator2Set<T>
- All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, Set<T>
@Deprecated(forRemoval=true,
since="1.8.0")
public class Iterator2Set<T>
extends Iterator2Collection<T>
implements Serializable, Set<T>
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIterator2Set(Iterator<? extends T> i, Set<T> delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<T> 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
-
Iterator2Set
@Deprecated(forRemoval=true, since="1.8.0") protected Iterator2Set(Iterator<? extends T> i, Set<T> delegate) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDelegate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDelegatein classIterator2Collection<T>
-