Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • ObjKeyComparator

        public ObjKeyComparator()
    • Method Detail

      • 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