public interface ResettableMutableObjectIterator<E> extends MutableObjectIterator<E>
Modifier and Type | Method and Description |
---|---|
void |
reset()
Resets the iterator.
|
next, next
void reset() throws IOException
IOException
- May be thrown when the serialization into buffers or the spilling to
secondary storage fails.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.