Class CompareHelper.ObjKeyComparator

java.lang.Object
de.elo.mover.main.helper.CompareHelper.ObjKeyComparator
All Implemented Interfaces:
java.util.Comparator<de.elo.ix.client.ObjKey>
Enclosing class:
CompareHelper

public static class CompareHelper.ObjKeyComparator
extends java.lang.Object
implements java.util.Comparator<de.elo.ix.client.ObjKey>
Klasse für den Vergleich von "ObjKey"-Objekten.
  • Constructor Summary

    Constructors
    Constructor Description
    ObjKeyComparator()  
  • Method Summary

    Modifier and Type Method Description
    int compare​(de.elo.ix.client.ObjKey firstObjKey, de.elo.ix.client.ObjKey secObjKey)  
    boolean equals​(java.lang.Object obj)  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      compare in interface java.util.Comparator<de.elo.ix.client.ObjKey>
    • equals

      public boolean equals​(java.lang.Object obj)
      Specified by:
      equals in interface java.util.Comparator<de.elo.ix.client.ObjKey>
      Overrides:
      equals in class java.lang.Object