Package ghidra.program.model.address
Class AddressCollectors
java.lang.Object
ghidra.program.model.address.AddressCollectors
Utilities for using addresses and ranges in streams
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collector
<AddressRange, AddressSet, AddressSet> Union a stream of address ranges into a single mutable address set
-
Constructor Details
-
AddressCollectors
public AddressCollectors()
-
-
Method Details
-
toAddressSet
Union a stream of address ranges into a single mutable address set- Returns:
- the address set
-