Record Class GnuBuildAttribute.AddressPair
java.lang.Object
java.lang.Record
ghidra.app.util.bin.format.elf.info.GnuBuildAttribute.AddressPair
- Enclosing class:
GnuBuildAttribute
-
Constructor Summary
ConstructorsConstructorDescriptionAddressPair(Address first, Address second) Creates an instance of aAddressPairrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.first()Returns the value of thefirstrecord component.final inthashCode()Returns a hash code value for this object.second()Returns the value of thesecondrecord component.toString()Returns a string representation of this record class.
-
Constructor Details
-
AddressPair
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
first
Returns the value of thefirstrecord component.- Returns:
- the value of the
firstrecord component
-
second
Returns the value of thesecondrecord component.- Returns:
- the value of the
secondrecord component
-