| Package | org.servebox.commons.value |
| Interface | public interface IBasicObject |
| Subinterfaces | IAccessControlObject, IAccessRequestObject, ICollection, IMap |
| Implementors | ArrayWrapper, BasicObject, DictionaryTable, ObjectWrapper |
| Method | Defined by | ||
|---|---|---|---|
|
equals(value:IBasicObject):Boolean
Object comparison mechanism.
| IBasicObject | ||
|
hashCode():int
Returns the hashcode of the object.
| IBasicObject | ||
|
toString():String
Returns the string representation of the specified object.
| IBasicObject | ||
| equals | () | method |
public function equals(value:IBasicObject):Boolean
Object comparison mechanism. By default, the comparison is
performed using the == operator. The definition
of your own equals method is strongly encouraged.
value:IBasicObject |
Boolean |
| hashCode | () | method |
public function hashCode():intReturns the hashcode of the object.
Returnsint |
| toString | () | method |
public function toString():StringReturns the string representation of the specified object.
ReturnsString |