mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 17:45:32 +08:00
GP-6238: filter
This commit is contained in:
+1
@@ -308,6 +308,7 @@ public class ObjectTreeModel implements DisplaysModified {
|
||||
}
|
||||
String key = p.key(pos);
|
||||
AbstractNode matched = children().stream()
|
||||
.filter(c -> c instanceof AbstractNode)
|
||||
.map(c -> (AbstractNode) c)
|
||||
.filter(c -> key.equals(c.getValue().getEntryKey()))
|
||||
.findFirst()
|
||||
|
||||
Reference in New Issue
Block a user