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

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

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

Methods in org.eclipse.jdt.internal.core.util with parameters of type Util.Comparer
static void Util.sort(java.lang.Object[] objects, Util.Comparer comparer)
          Sorts an array of objects in place.
static java.lang.Object[] Util.sortCopy(java.lang.Object[] objects, Util.Comparer comparer)
          Sorts an array of Strings, returning a new array with the sorted items.