Package de.elo.mover.main.helper
Class CompareHelper.ObjKeyComparator
java.lang.Object
de.elo.mover.main.helper.CompareHelper.ObjKeyComparator
- All Implemented Interfaces:
Comparator<de.elo.ix.client.ObjKey>
- Enclosing class:
CompareHelper
public static class CompareHelper.ObjKeyComparator
extends Object
implements Comparator<de.elo.ix.client.ObjKey>
Klasse für den Vergleich von "ObjKey"-Objekten.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ObjKeyComparator
public ObjKeyComparator()
-
-
Method Details
-
compare
public int compare(de.elo.ix.client.ObjKey firstObjKey, de.elo.ix.client.ObjKey secObjKey) - Specified by:
comparein interfaceComparator<de.elo.ix.client.ObjKey>
-
equals
- Specified by:
equalsin interfaceComparator<de.elo.ix.client.ObjKey>- Overrides:
equalsin classObject
-