DefaultPropertyMap

Package: ghidra.program.model.util
Type: class

10.2_PUBLIC

modifiedfield: propertyMgr
type: PropertySet → ValueMap
- ghidra.util.prop.PropertySet propertyMgr
+ ghidra.util.map.ValueMap<T> propertyMgr
removedmethod: applyValue
void applyValue(ghidra.util.prop.PropertyVisitor visitor, ghidra.program.model.address.Address addr)

9.2_PUBLIC

removedmethod: restoreAll
void restoreAll(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException
removedmethod: saveAll
void saveAll(java.io.ObjectOutputStream out) throws IOException

9.0.2_PUBLIC

addedfield: addrMap
ghidra.program.model.address.AddressMapImpl addrMap
addedfield: description
java.lang.String description
addedfield: propertyMgr
ghidra.util.prop.PropertySet propertyMgr

9.0.1_PUBLIC

introducedInitial version