- java.lang.Object
-
- com.ibm.dtfj.image.javacore.JCImagePointer
-
- All Implemented Interfaces:
ImagePointer
public class JCImagePointer extends Object implements ImagePointer
-
-
Constructor Summary
Constructors Constructor Description JCImagePointer(JCImageAddressSpace resident, long localAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Auto-generated by Eclipse 3.2.2int
hashCode()
Auto-generated by Eclipse 3.2.2-
Methods declared in class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.image.ImagePointer
add, getAddress, getAddressSpace, getByteAt, getDoubleAt, getFloatAt, getIntAt, getLongAt, getPointerAt, getProperties, getShortAt, isExecutable, isReadOnly, isShared
-
-
-
-
Constructor Detail
-
JCImagePointer
public JCImagePointer(JCImageAddressSpace resident, long localAddress) throws JCInvalidArgumentsException
- Throws:
JCInvalidArgumentsException
-
-
Method Detail
-
hashCode
public int hashCode()
Auto-generated by Eclipse 3.2.2- Specified by:
hashCode
in interfaceImagePointer
- Overrides:
hashCode
in classObject
- Returns:
- the receiver's hash.
- See Also:
Object.equals(java.lang.Object)
-
equals
public boolean equals(Object obj)
Auto-generated by Eclipse 3.2.2- Specified by:
equals
in interfaceImagePointer
- Overrides:
equals
in classObject
- Parameters:
obj
- Object the object to compare with this object.- Returns:
- boolean
true
if the object is the same as this objectfalse
if it is different from this object. - See Also:
Object.hashCode()
-
-