Uses of Interface
org.aspectj.org.eclipse.jdt.internal.core.util.Util.Comparable
Packages that use Util.Comparable
-
Uses of Util.Comparable in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that return Util.ComparableModifier and TypeMethodDescriptionstatic Util.Comparable[]Util.sortCopy(Util.Comparable[] objects) Sorts an array of Comparable objects, returning a new array with the sorted items.Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type Util.ComparableModifier and TypeMethodDescriptionintUtil.Comparable.compareTo(Util.Comparable c) Returns 0 if this and c are equal, >0 if this is greater than c, or<0if this is less than c.static booleanUtil.equalArraysOrNullSortFirst(Util.Comparable[] a, Util.Comparable[] b) Compares two arrays using equals() on the elements.static voidUtil.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.