Class NormalizedAddressSet

java.lang.Object
ghidra.program.database.map.NormalizedAddressSet
All Implemented Interfaces:
AddressSetView, Iterable<AddressRange>

public class NormalizedAddressSet extends Object implements AddressSetView
AddressSetView implementation that handles image base changes. NOTE: THIS IMPLEMENTATION ASSUMES THAT ONLY ADDRESS RANGES THAT ARE PART OF THE MEMORY MAP WILL BE ADDED TO THIS ADDRESS SET. IT IS INTENDED FOR USE BY THE CHANGE SET.