Interface Dump.DumpedPartitionIterator
-
- All Superinterfaces:
AutoCloseable,Iterator<DumpEntry>
- Enclosing class:
- Dump
public static interface Dump.DumpedPartitionIterator extends Iterator<DumpEntry>, AutoCloseable
Closeable dump iterator.
-
-
Method Summary
-
Methods inherited from interface java.lang.AutoCloseable
close
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-