PropertyMap

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

10.2_PUBLIC

addedmethod: add
void add(ghidra.program.model.address.Address addr, java.lang.Object value)
addedmethod: get
T get(ghidra.program.model.address.Address addr)
addedmethod: getValueClass
java.lang.Class<T> getValueClass()
removedmethod: applyValue
void applyValue(ghidra.util.prop.PropertyVisitor visitor, ghidra.program.model.address.Address addr)
removedmethod: getObject
java.lang.Object getObject(ghidra.program.model.address.Address addr)

9.0.2_PUBLIC

introducedInitial version