Class ChainIterator<T>
java.lang.Object
org.aksw.commons.collections.PrefetchIterator<T>
org.aksw.commons.collections.ChainIterator<T>
- All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<T>
Created by Claus Stadler
Date: Oct 7, 2010
Time: 5:00:39 PM
-
Constructor Summary
ConstructorsConstructorDescriptionChainIterator(Collection<? extends Iterable<T>> metaContainer) ChainIterator(Iterator<? extends Iterable<T>> metaIterator) -
Method Summary
Methods inherited from class PrefetchIterator
close, hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
ChainIterator
-
ChainIterator
-
-
Method Details
-
prefetch
- Specified by:
prefetchin classPrefetchIterator<T>
-