Packageorg.openzoom.flash.utils
Interfacepublic interface IComparable
SubinterfacesICacheItem

Interface for types with an inherent order.



Public Methods
 MethodDefined by
  
compareTo(other:*):int
Compares this object with the specified object for order.
IComparable
Method detail
compareTo()method
public function compareTo(other:*):int

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.

Parameters
other:*

Returns
int