Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.internal.core.util.Util.Comparable
Packages, die Util.Comparable verwenden
-
Verwendungen von Util.Comparable in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util, die Util.Comparable zurückgebenModifizierer und TypMethodeBeschreibungstatic Util.Comparable[]Util.sortCopy(Util.Comparable[] objects) Sorts an array of Comparable objects, returning a new array with the sorted items.Methoden in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ Util.ComparableModifizierer und TypMethodeBeschreibungintUtil.Comparable.compareTo(Util.Comparable c) Returns 0 if this and c are equal, >0 if this is greater than c, or Ungültige Eingabe: "<"0 if 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.