Class SetIterator<T>

java.lang.Object
org.aksw.commons.collections.SinglePrefetchIterator<T>
org.aksw.commons.collections.sets.SetIterator<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<T>

public class SetIterator<T> extends SinglePrefetchIterator<T>