Package ghidra.app.util.navigation
Class GoToQuery.ProgramGroup
java.lang.Object
ghidra.app.util.navigation.GoToQuery.ProgramGroup
- Enclosing class:
GoToQuery
A class to maintain our collection of open programs and to provide an
Iterator
when we need to process the collection. The iterator()
method has a side-effect
of putting the current program at the front of the Iterator
so that the current
program is always searched first when processing the collection of programs.