Class AddressRangeImpl

java.lang.Object
ghidra.program.model.address.AddressRangeImpl
All Implemented Interfaces:
AddressRange, Serializable, Comparable<AddressRange>, Iterable<Address>

public class AddressRangeImpl extends Object implements AddressRange, Serializable
Implementation of an AddressRange. An AddressRange is a contiguous inclusive set of addresses from some minimum to a maximum address. Once created it is immutable.
Since:
2000-2-16
See Also: