Packagesystem
Interfacepublic interface Comparable

This interface imposes a total ordering on the objects of each class that implements it. This ordering is referred to as the class's natural ordering, and the class's compareTo method is referred to as its natural comparison method.



Public Methods
 MethodDefined By
  
compareTo(o:*):int
Compares this object with the specified object for order.
Comparable
Method Detail
compareTo()method
public function compareTo(o:*):int

Compares this object with the specified object for order.

Parameters

o:*

Returns
int