Package ghidra.app.util.navigation
Class GoToQuery.ProgramGroup
- java.lang.Object
-
- ghidra.app.util.navigation.GoToQuery.ProgramGroup
-
- All Implemented Interfaces:
java.lang.Iterable<Program>
- Enclosing class:
- GoToQuery
protected class GoToQuery.ProgramGroup extends java.lang.Object implements java.lang.Iterable<Program>
A class to maintain our collection of open programs and to provide anIterator
when we need to process the collection. Theiterator()
method has a side-effect of putting the current program at the front of theIterator
so that the current program is always searched first when processing the collection of programs.
-
-
Constructor Summary
Constructors Constructor Description ProgramGroup(Program[] programs, Program navigatableProgram)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<Program>
iterator()
-