Class SystemObjectComparator

  • All Implemented Interfaces:
    java.util.Comparator<de.bsvrz.dav.daf.main.config.SystemObject>

    public class SystemObjectComparator
    extends java.lang.Object
    implements java.util.Comparator<de.bsvrz.dav.daf.main.config.SystemObject>
    Sortiert Systemobjekte nach ihrem Namen. Die Sortierung berücksichtigt lokale Besonderheiten wie z. B. Umlaute.
    • Method Summary

      Modifier and Type Method Description
      int compare​(de.bsvrz.dav.daf.main.config.SystemObject so1, de.bsvrz.dav.daf.main.config.SystemObject 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

      • SystemObjectComparator

        public SystemObjectComparator()
    • Method Detail

      • compare

        public int compare​(de.bsvrz.dav.daf.main.config.SystemObject so1,
                           de.bsvrz.dav.daf.main.config.SystemObject so2)
        Specified by:
        compare in interface java.util.Comparator<de.bsvrz.dav.daf.main.config.SystemObject>