org.aksw.commons.collections
Class ChainIterator<T>
java.lang.Object
org.aksw.commons.collections.PrefetchIterator<T>
org.aksw.commons.collections.ChainIterator<T>
- All Implemented Interfaces:
- Iterator<T>
public class ChainIterator<T>
- extends PrefetchIterator<T>
Created by Claus Stadler
Date: Oct 7, 2010
Time: 5:00:39 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainIterator
public ChainIterator(Iterator<? extends Iterable<T>> metaIterator)
ChainIterator
public ChainIterator(Collection<? extends Iterable<T>> metaContainer)
prefetch
protected Iterator<T> prefetch()
- Specified by:
prefetch in class PrefetchIterator<T>
Copyright © 2012. All Rights Reserved.