Schnittstelle Util.Comparable

Umschließende Klasse:
Util

public static interface Util.Comparable
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    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.
  • Methodendetails

    • compareTo

      int 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.