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