Constructor Summary |
Object() |
Method Summary |
|
bool |
equals(Object obj) Returns true if obj is equal with this. It depends on the sub-class how equality is defined. |
int |
hashCode() Returns a hash code value for the object. This method is for supporting hash tables. |
String |
toString() Returns a string representation of this object |
Constructor Detail |
public Object()
Method Detail |
public bool equals(Object obj)
Returns true if obj is equal with this. It depends on the sub-class how equality is defined.
public int hashCode()
Returns a hash code value for the object. This method is for supporting hash tables.
Since:
2.6.5.7
public String toString()
Returns a string representation of this object