Schnittstelle Util.Comparer

Umschließende Klasse:
Util

public static interface Util.Comparer
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Returns 0 if a and b are equal, >0 if a is greater than b, or Ungültige Eingabe: "<"0 if a is less than b.
  • Methodendetails

    • compare

      int compare(Object a, Object b)
      Returns 0 if a and b are equal, >0 if a is greater than b, or Ungültige Eingabe: "<"0 if a is less than b.