All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JavaGroups.Comparable

public interface Comparable

Method Index

 o Compare(Object)
Compares with another object.

Methods

 o Compare
 public abstract int Compare(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

All Packages  Class Hierarchy  This Package  Previous  Next  Index