Class AbstractEventBasedTraceSorter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int compare​(DataManager<?> manager, int e1, int e2)  
      boolean equals​(java.lang.Object o)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        compare, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • AbstractEventBasedTraceSorter

        public AbstractEventBasedTraceSorter​(LogView view,
                                             Attribute attribute)
    • Method Detail

      • compare

        protected int compare​(DataManager<?> manager,
                              int e1,
                              int e2)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.util.Comparator<java.lang.Integer>
        Overrides:
        equals in class java.lang.Object