Uses of Interface
org.eclipse.jdt.internal.core.util.Util.Comparable

Packages that use Util.Comparable
org.eclipse.jdt.internal.core.util   
 

Uses of Util.Comparable in org.eclipse.jdt.internal.core.util
 

Methods in org.eclipse.jdt.internal.core.util that return Util.Comparable
static Util.Comparable[] Util.sortCopy(Util.Comparable[] objects)
          Sorts an array of Comparable objects, returning a new array with the sorted items.
 

Methods in org.eclipse.jdt.internal.core.util with parameters of type Util.Comparable
 int Util.Comparable.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.
static boolean Util.equalArraysOrNullSortFirst(Util.Comparable[] a, Util.Comparable[] b)
          Compares two arrays using equals() on the elements.
static boolean Util.equalArraysOrNullSortFirst(Util.Comparable[] a, Util.Comparable[] b)
          Compares two arrays using equals() on the elements.
static void Util.sort(Util.Comparable[] objects)
          Sorts an array of Comparable objects in place.
static Util.Comparable[] Util.sortCopy(Util.Comparable[] objects)
          Sorts an array of Comparable objects, returning a new array with the sorted items.