Package de.elo.utils.io
Class ConfigFileComparator
java.lang.Object
de.elo.utils.io.ConfigFileComparator
- All Implemented Interfaces:
java.util.Comparator<de.elo.ix.client.ConfigFile>
public class ConfigFileComparator
extends java.lang.Object
implements java.util.Comparator<de.elo.ix.client.ConfigFile>
Überschrift: ConfigFileComparator.
Beschreibung: Klasse für den Vergleich von ConfigFile-Objekten.
Copyright: Copyright (c) ELO Digital Office GmbH 2018
-
Constructor Summary
Constructors Constructor Description ConfigFileComparator()Default Konstruktor. -
Method Summary
Modifier and Type Method Description intcompare(de.elo.ix.client.ConfigFile firstConfigFile, de.elo.ix.client.ConfigFile secConfigFile)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ConfigFileComparator
public ConfigFileComparator()Default Konstruktor.
-
-
Method Details
-
compare
public int compare(de.elo.ix.client.ConfigFile firstConfigFile, de.elo.ix.client.ConfigFile secConfigFile)- Specified by:
comparein interfacejava.util.Comparator<de.elo.ix.client.ConfigFile>
-