Package org.aksw.commons.collections
Class FilteringIterator<T,I extends Iterator<T>>
java.lang.Object
org.aksw.commons.collections.SinglePrefetchIterator<T>
org.aksw.commons.collections.FilteringIterator<T,I>
- 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
-
baseIt
-
predicate
-
-
Constructor Details
-
FilteringIterator
-
-
Method Details
-
prefetch
- Specified by:
prefetchin classSinglePrefetchIterator<T>- Throws:
Exception
-
doRemove
- Overrides:
doRemovein classSinglePrefetchIterator<T>
-