Package org.aksw.commons.collections
Class PrefetchIterator<T>
java.lang.Object
org.aksw.commons.collections.PrefetchIterator<T>
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<T>
- Direct Known Subclasses:
ChainIterator
Created by Claus Stadler
Date: Oct 9, 2010
Time: 5:39:36 PM
-
Constructor Details
-
PrefetchIterator
protected PrefetchIterator()
-
-
Method Details
-
prefetch
- Throws:
Exception
-
hasNext
public boolean hasNext() -
next
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
remove
public void remove()
-