protected static class ShuffleGraph.GraphIterator extends Object implements Iterator<ShuffleInfo>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ShuffleInfo |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<ShuffleInfo>
public ShuffleInfo next()
next
in interface Iterator<ShuffleInfo>
public void remove()
remove
in interface Iterator<ShuffleInfo>
Copyright © 2024. All rights reserved.