Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. arg)Overrides java. Indicates whether some other object is "equal to" this one. |
public Address | |
public int | |
public String |
addr | back to summary |
---|---|
protected Address addr |
VMObject | back to summary |
---|---|
public VMObject(Address addr) All of the objects have this as their constructor's signature anyway |
equals | back to summary |
---|---|
public boolean equals(Object arg) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
getAddress | back to summary |
---|---|
public Address getAddress() |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|