class MethodInvocation extends java.lang.Object implements java.lang.Comparable<MethodInvocation>
Modifier and Type | Field and Description |
---|---|
MethodInfo |
method |
int |
threads |
Constructor and Description |
---|
MethodInvocation(MethodInfo method,
int threads) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MethodInvocation o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final MethodInfo method
public final int threads
public MethodInvocation(MethodInfo method, int threads)
public int compareTo(MethodInvocation o)
compareTo
in interface java.lang.Comparable<MethodInvocation>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object