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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.collections.SinglePrefetchIterator
close, current, finish, hasNext, next, remove, wasHasNextCalled, wasNextCalled, willAdvanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
backend
-
seen
-
current
-
-
Constructor Details
-
SetIterator
-
-
Method Details
-
prefetch
- Specified by:
prefetchin classSinglePrefetchIterator<T>- Throws:
Exception
-
doRemove
- Overrides:
doRemovein classSinglePrefetchIterator<T>
-