public abstract class AbstractEventBasedTraceSorter extends java.lang.Object implements TraceSorter
Modifier and Type | Field and Description |
---|---|
protected Attribute |
attribute |
protected LogView |
view |
Constructor and Description |
---|
AbstractEventBasedTraceSorter(LogView view,
Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
protected int |
compare(DataManager<?> manager,
int e1,
int e2) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
toString() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription
protected int compare(DataManager<?> manager, int e1, int e2)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in interface java.util.Comparator<java.lang.Integer>
equals
in class java.lang.Object