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, waitgetDescriptionprotected int compare(DataManager<?> manager, int e1, int e2)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Comparator<java.lang.Integer>equals in class java.lang.Object