Class Iterator2Set<T>

java.lang.Object
com.ibm.wala.util.collections.Iterator2Collection<T>
com.ibm.wala.util.collections.Iterator2Set<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public class Iterator2Set<T> extends Iterator2Collection<T> implements Set<T>