Class SystemObjektComparator

  • All Implemented Interfaces:
    java.util.Comparator<SystemObjekt>

    public class SystemObjektComparator
    extends java.lang.Object
    implements java.util.Comparator<SystemObjekt>
    Sortiert Systemobjekte nach ihrem Namen. Die Sortierung berücksichtigt lokale Besonderheiten wie z. B. Umlaute.
    • Method Summary

      Modifier and Type Method Description
      int compare​(SystemObjekt so1, SystemObjekt so2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • SystemObjektComparator

        public SystemObjektComparator()