Supertype: none
		
		
Table 2. Operations
| Return type | Name | Description | 
|---|---|---|
| Boolean | ==(Object) | |
| Boolean | <(Object) | |
| String | toString() | returns the String representation of this object. (Calling Java's toString() method) | 
| Boolean | <=(Object) | |
| Boolean | !=(Object) | |
| Boolean | >(Object) | |
| Integer | compareTo(Object) | Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object. | 
| Boolean | >=(Object) |