|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.trove.benchmark.Result
class Result
Created: Thu Nov 22 20:47:16 2001
Field Summary | |
---|---|
(package private) java.lang.String |
description
|
(package private) int |
iterations
|
(package private) long |
ours
|
(package private) long |
theirs
|
Constructor Summary | |
---|---|
Result()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the value of description |
int |
getIterations()
Gets the value of iterations |
long |
getOurAvg()
Gets the value of ourAvg |
long |
getOurs()
Gets the value of ours |
long |
getTheirAvg()
Gets the value of theirAvg |
long |
getTheirs()
Gets the value of theirs |
void |
setDescription(java.lang.String argDescription)
Sets the value of description |
void |
setIterations(int argIterations)
Sets the value of iterations |
void |
setOurs(long argOurs)
Sets the value of ours |
void |
setTheirs(long argTheirs)
Sets the value of theirs |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
long theirs
long ours
int iterations
java.lang.String description
Constructor Detail |
---|
Result()
Method Detail |
---|
public long getTheirs()
public void setTheirs(long argTheirs)
argTheirs
- Value to assign to this.theirspublic long getOurs()
public void setOurs(long argOurs)
argOurs
- Value to assign to this.ourspublic long getTheirAvg()
public long getOurAvg()
public int getIterations()
public void setIterations(int argIterations)
argIterations
- Value to assign to this.iterationspublic java.lang.String getDescription()
public void setDescription(java.lang.String argDescription)
argDescription
- Value to assign to this.descriptionpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |