Class GoToQuery.ProgramGroup

java.lang.Object
ghidra.app.util.navigation.GoToQuery.ProgramGroup
All Implemented Interfaces:
Iterable<Program>
Enclosing class:
GoToQuery

protected class GoToQuery.ProgramGroup extends Object implements Iterable<Program>
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.