public class LazyFileIterable.LazyFileIterator<T,R> extends Object implements ClosableIterator<R>
| Constructor and Description |
|---|
LazyFileIterator(String filePath,
Map<T,BitCaskDiskMap.ValueMetadata> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
forEachRemaining(Consumer<? super R> action) |
boolean |
hasNext() |
R |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrappublic LazyFileIterator(String filePath, Map<T,BitCaskDiskMap.ValueMetadata> map) throws IOException
IOExceptionpublic void forEachRemaining(Consumer<? super R> action)
forEachRemaining in interface Iterator<R>public void close()
close in interface AutoCloseableclose in interface ClosableIterator<R>Copyright © 2024 The Apache Software Foundation. All rights reserved.