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>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Iterator2Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toList, toSet, toStringModifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends T> arg0) voidclear()booleanbooleancontainsAll(Collection<?> arg0) booleaninthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> arg0) booleanretainAll(Collection<?> arg0) intsize()Object[]toArray()<U> U[]toArray(U[] a) static <T> Iterator2List<T> Returns aListcontaining all elements in i, preserving duplicates.static <T> Iterator2Set<T> Returns aSetcontaining all elements in i.toString()Methods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
Iterator2Set
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein classIterator2Collection<T>
-