Package ghidra.util.graph
Interface GraphIterator<T extends KeyedObject>
Deprecated.
Interface for VertexSet and EdgeSet iterators.
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext()Deprecated.Return true if the iterator has more elements -
next
Deprecated.Returns next element in the iteration.- Throws:
ConcurrentModificationException
- if the backing set has been modified since the iterator was created.
-
remove
boolean remove()Deprecated.Removes the object from the backing set safely
-