Package ghidra.trace.model
Class DefaultAddressSnap
java.lang.Object
ghidra.trace.model.DefaultAddressSnap
- All Implemented Interfaces:
AddressSnap,Comparable<AddressSnap>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(AddressSnap that) booleanlonggetSnap()inthashCode()
-
Constructor Details
-
DefaultAddressSnap
-
-
Method Details
-
getAddress
- Specified by:
getAddressin interfaceAddressSnap
-
getSnap
public long getSnap()- Specified by:
getSnapin interfaceAddressSnap
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<AddressSnap>
-