JavaGroups
Interface Comparable


public interface Comparable


Method Summary
 int Compare(java.lang.Object other)
          Compares with another object.
 

Method Detail

Compare

public int Compare(java.lang.Object other)
Compares with another object.
Returns:
Less than 0 if this is smaller than other, 0 for equality and greater than 0 if this is bigger than other