Package org.aksw.commons.util.apache
Class ApacheLogRangeEntryIterator
java.lang.Object
org.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
org.aksw.commons.util.apache.ApacheLogRangeEntryIterator
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<ApacheLogEntry>
public class ApacheLogRangeEntryIterator
extends org.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.collections.SinglePrefetchIterator
current, doRemove, 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
-
Constructor Details
-
ApacheLogRangeEntryIterator
-
-
Method Details
-
prefetch
- Specified by:
prefetchin classorg.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>- Throws:
Exception
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classorg.aksw.commons.collections.SinglePrefetchIterator<ApacheLogEntry>
-