Package com.ibm.wala.util.collections
Class Iterator2Set<T>
- java.lang.Object
-
- com.ibm.wala.util.collections.Iterator2Collection<T>
-
- com.ibm.wala.util.collections.Iterator2Set<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
,java.util.Collection<T>
,java.util.Set<T>
public class Iterator2Set<T> extends Iterator2Collection<T> implements java.util.Set<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Iterator2Set(java.util.Iterator<? extends T> i, java.util.Set<T> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<T>
getDelegate()
-
Methods inherited from class com.ibm.wala.util.collections.Iterator2Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toList, toSet, toString
-
-
-
-
Method Detail
-
getDelegate
protected java.util.Collection<T> getDelegate()
- Specified by:
getDelegate
in classIterator2Collection<T>
-
-