Comment.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5692 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -23,6 +23,11 @@ package com.threerings.util {
|
|||||||
|
|
||||||
public interface Comparable
|
public interface Comparable
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Compare this object to the other one, and return 0 if they're equal,
|
||||||
|
* -1 if this object is less than the other, or 1 if this object is greater.
|
||||||
|
* Note: Please use [-1, 0, 1] to be compatible with flex Sort objects.
|
||||||
|
*/
|
||||||
function compareTo (other :Object) :int;
|
function compareTo (other :Object) :int;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user