public class LightweightGraph.TraversalIterator extends IteratorAdapter
Constructor and Description |
---|
TraversalIterator(int[] indexes,
Object[] map) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Return true if there are more elements in the array.
|
Object |
next()
Return the next element.
|
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TraversalIterator(int[] indexes, Object[] map)
public boolean hasNext()
hasNext
in interface Iterator
hasNext
in class IteratorAdapter
public Object next()
next
in interface Iterator
next
in class IteratorAdapter
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.