org.aspectj.org.eclipse.jdt.internal.core.util
Interface Util.Comparable

Enclosing class:
Util

public static interface Util.Comparable


Method Summary
 int compareTo(Util.Comparable c)
          Returns 0 if this and c are equal, >0 if this is greater than c, or <0 if this is less than c.
 

Method Detail

compareTo

int compareTo(Util.Comparable c)
Returns 0 if this and c are equal, >0 if this is greater than c, or <0 if this is less than c.