Package org.openjdk.jmh.generators.core
Class MethodInvocation
- java.lang.Object
-
- org.openjdk.jmh.generators.core.MethodInvocation
-
- All Implemented Interfaces:
java.lang.Comparable<MethodInvocation>
class MethodInvocation extends java.lang.Object implements java.lang.Comparable<MethodInvocation>
-
-
Field Summary
Fields Modifier and Type Field Description MethodInfomethodintthreads
-
Constructor Summary
Constructors Constructor Description MethodInvocation(MethodInfo method, int threads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(MethodInvocation o)booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
method
public final MethodInfo method
-
threads
public final int threads
-
-
Constructor Detail
-
MethodInvocation
public MethodInvocation(MethodInfo method, int threads)
-
-
Method Detail
-
compareTo
public int compareTo(MethodInvocation o)
- Specified by:
compareToin interfacejava.lang.Comparable<MethodInvocation>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-