Package ghidra.util.task
Class CancellableIterator<T>
java.lang.Object
ghidra.util.task.CancellableIterator<T>
- Type Parameters:
T
- the type
- All Implemented Interfaces:
Iterator<T>
An
Iterator
wrapper that allows clients to use a task monitor to cancel iteration